View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default 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" wrote in message
lkaboutsoftware.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?