Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dear Experts,
I would like to insert a ListBox in my userform that contains several items, and that can be scrolled down with a scroll-down bar on the right-hand side of the ListBox. The ListBox shows though with 2 scroll bars, one at the bottom and one on the right - how can I get rid of the one at the bottom? My code for populating the ListBox is: Sub Show_Userform() 'Fill the listbox1 With UserForm1.ListBox1 .RowSource = "" .AddItem "01" .AddItem "02" .AddItem "21" .AddItem "30" .AddItem "31" .AddItem "38" .AddItem "50" .AddItem "72" End With UserForm1.Show 0 End Sub Many thanks in advance. Best regards, Valeria |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Restore bottom scroll bar (Excel 2007) | Excel Discussion (Misc queries) | |||
How do I use an Intellimouse to scroll listbox enteries in ExceL? | Excel Discussion (Misc queries) | |||
How do I get bottom scroll bar back in Excel? | Setting up and Configuration of Excel | |||
listbox doesn't scroll properly | Excel Programming |