Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The reason I suggest putting the listbox on the UserForm instead of the sheet
is that when you hide the sheet with the listbox on it, you have no way to change the selection. The listbox is also hidden. With the listbox on a UserForm, it can be called for any sheet. You might want to set up a butoon or keyboard shortcut to run the macro that calls the userform, otherwise you will have to call it from the ToolsMacromacro. "juliejg1" wrote: I have a list box ListBox1 on a worksheet called Data. The list box fill range is List!A1:A12 where I have a list of months. I have 12 worksheets with each month for the worksheet name. When a user selects a month from the list box I would like to call the corresponding worksheet and hide the other eleven. Is there an easy way to do this. I am not experienced with writing macros...only recording them. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Attaching a 2 item list to a cell / drop-down? | Excel Discussion (Misc queries) | |||
Attaching toolbars to spreadsheet, but macros do not follow? | Excel Programming | |||
Macros in a template run from Custom Toolbar attaching to wrong file. | Excel Programming | |||
Problems Attaching Macros to Command Button | Excel Programming | |||
Attaching Macros to Custom Buttons | Excel Programming |