Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Can I populate a listbox with worksheet names but skip the first sheet
(sheet1)? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is this a listbox on a userform?
If yes, you could use something like this in the _initialize routine. Dim iCtr as long for ictr = 2 to activeworkbook.worksheets.count me.listbox1.additem activeworkbook.worksheets(ictr).name next ictr johnb wrote: Can I populate a listbox with worksheet names but skip the first sheet (sheet1)? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Populating listbox | Excel Discussion (Misc queries) | |||
Help Automatically Populating A Summary sheet | New Users to Excel | |||
populating DropDown with Values Of a Column in another Sheet. | Excel Discussion (Misc queries) | |||
Userform Listbox using an active sheet | Excel Discussion (Misc queries) | |||
populating sheet with data from other sheets | New Users to Excel |