Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello
Im trying to add the name of each worksheet to a combobox but so far I'm having little luck, I want it to be done in this style: sub userform_initialize() For x = 1 to 30 combobox1.additem sheet & x.name next x end sub This can't be far out but it doesn't work, does anyone know how to do this -- Message posted via http://www.officekb.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trouble with a ComboBox on a UserForm | Excel Discussion (Misc queries) | |||
Trouble with a ComboBox on a UserForm | Excel Worksheet Functions | |||
worksheet trouble | Excel Worksheet Functions | |||
big trouble with combobox/vlookup | Excel Discussion (Misc queries) | |||
Copying Worksheet triggers Click event of combobox on another worksheet | Excel Programming |