Tooltips in listbox?

J

JB

Hi Folks,

Does anyone know how I can get tooltips for Listbox items in VBA? I know
how to do this in VB (Have code) but the same process does not work in VBA!
Are the activeX controls different?

If anyone knows how to do this I'd be mighty grateful!

Cheers
J
 
J

Jonathan West

JB said:
Hi Folks,

Does anyone know how I can get tooltips for Listbox items in VBA?

As far as I know, you can't.
I know
how to do this in VB (Have code) but the same process does not work in VBA!
Are the activeX controls different?

Yes, they are, unfortunately.
 
Top