List Box format

G

Gordon C

Hi...

I'm building list boxes into a user form but I don't want
the dimmed scroll bars to show...how can I remove them?

Thanks in advance...

GC
 
C

Cliff Myers

Instead of using the listbox, use a combobox, under the combobox properties
set the showdropbuttonwhen to showdropbuttonwhennever.

HTH
 
Top