+ Reply to Thread
Results 1 to 3 of 3

Hyperlink in multicolumn listbox

  1. #1
    Alen32
    Guest

    Hyperlink in multicolumn listbox

    I have created multicilumn listbox which display data from sheet1 range
    a1:d4.But in column c I have hyperlinks og when thix column is shown in
    listbox is shown as text not as hyperlink. How can I display hyperlink i
    multicolumn listbox?



  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,259
    Hello Alen32,

    To "Hide" the hyperlink URL you must change the hyperlink's "Range" property. The example below assumes there is a hyperlink in cell B10 that is a URL to MSN. We can hide the URL and have B10 show "Go to MSN". If the user clicks on B10, Excel will try to connect to "http://www.msn.com/".

    Example of "Hiding" the URL:

    B10 = "http://www.msn.com/"
    Range("B10").Hyperlinks("http://www.msn.com/").Range = " Go to MSN"


    Hope this helps you out,
    Leith Ross

  3. #3
    Tom Ogilvy
    Guest

    Re: Hyperlink in multicolumn listbox

    You can't.

    However, you can use the click event to make it perform like a hyperlink.

    --
    Regards,
    Tom Ogilvy

    "Alen32" <bingo190@yahoo.com> wrote in message
    news:0e2dbceb05178ab9bddeb5cac549d397@localhost.talkaboutsoftware.com...
    > I have created multicilumn listbox which display data from sheet1 range
    > a1:d4.But in column c I have hyperlinks og when thix column is shown in
    > listbox is shown as text not as hyperlink. How can I display hyperlink i
    > multicolumn listbox?
    >
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1