Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I'm using the following to populate a combobox on a worksheet with the names of all the worksheets in the workbook:- Dim ws As Integer With frmMenu.cbStartUpWorksheet For ws = 1 To Sheets.Count ..AddItem Sheets(ws).Name Next End With My question is I have one worksheet that is veryhidden and I dont want it to show in the combobox. How do I do this? Cheers |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Populating List box with tab/worksheet names | Excel Programming | |||
Populating listbox with sheet names | Excel Discussion (Misc queries) | |||
Populating ComboBox with Folder Names | Excel Programming | |||
Populating work sheet combox with another work sheet values | Excel Discussion (Misc queries) | |||
Populating Userform ComboBox with worksheet names in XL2003 | Excel Programming |