Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Greetings,
I was given an existing Excel document that has about 30 buttons to macros embedded on the Excel document itself. Instead of buttons he wants a dropdown list with all the macros in them (once again, on the Excel spreadsheet itself). How would I go about putting a dropdown onto the spreadsheet itself? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can use a forms dropdown or a control toolbox dropdown. In either case
you will need to load it with the list of macros, so it might be best to put them on a hidden worksheet. You could attach a macro to a forms dropdown, or use the click event of a controls toolbar dropdown, and test the selected value and then invoke that macro. Seriously, for the effort involved, and the maintenance if you add/change/delete macros, you are better off with what you have got. -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "Gary Phillips" <Gary wrote in message ... Greetings, I was given an existing Excel document that has about 30 buttons to macros embedded on the Excel document itself. Instead of buttons he wants a dropdown list with all the macros in them (once again, on the Excel spreadsheet itself). How would I go about putting a dropdown onto the spreadsheet itself? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
select From dropdown and return another dropdown menu | Excel Discussion (Misc queries) | |||
Dropdown box display only data dependent on another dropdown box? | Excel Worksheet Functions | |||
Dropdown List within a dropdown | Excel Worksheet Functions | |||
Running Macros by selecting from a dropdown list | Excel Discussion (Misc queries) | |||
offer dropdown options based on another dropdown | Excel Discussion (Misc queries) |