Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Cool :-)
Neat little trick - thanks for sharing :-) "john" skrev i en meddelelse ... If you just want something that shows a list of all worksheet names in the active workbook & from user selection, then selects choosen sheet then following may do what you want: Sub SelectSheet() If ActiveWorkbook.Sheets.Count <= 16 Then application.CommandBars("Workbook Tabs").ShowPopup 500, 225 Else application.CommandBars("Workbook Tabs").Controls("More Sheets...").Execute End If End Sub -- jb "PMarble" wrote: I need to have an input box launch that would provide the user with a drop down box of selections, then upon their selection, would take then to a certain sheet of a workbook. I can write the macro - what is baffling me is how to program the drop down list into the input box instead of having the user type something. Can this be done? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Drop down list with ability to add variable input | Excel Programming | |||
Need to make a drop down list of 3 items that input a value in ano | New Users to Excel | |||
Input data form with drop down list | Excel Programming | |||
input range in drop down list | Excel Discussion (Misc queries) | |||
Input Box Drop-Down List | Excel Programming |