Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I Want the code to get a ComboBox or DropDown Menu on the excels
Standard toolbar. Intention is run all the macros with the help of the ComboBox or DropDown on the standard toolbar. Thanks in advance Regards Thyagaraj |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
right click on the toolbar and choose "customize"
Click on Commands tab and choose NEW MENU. Drag the new menu to the toolbar where you want it. Click on Macros in the Commands tab and choose New Menu Item. Drag this to the new menu you created. You need to drop it in a manner that it ends up in the drop down list for that menu. Right click on the Item you just created and choose Assign Macro. Choose the macro you wish to run with that menu item. You can also name it by right clicking on it. You can do this for each of your macros to add them all to the toobar. good luck. "Thyagaraj" wrote: I Want the code to get a ComboBox or DropDown Menu on the excels Standard toolbar. Intention is run all the macros with the help of the ComboBox or DropDown on the standard toolbar. Thanks in advance Regards Thyagaraj |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro recorded... tabs & file names changed, macro hangs | Excel Worksheet Functions | |||
Macro Help Needed - Excel 2007 - Print Macro with Auto Sort | Excel Worksheet Functions | |||
how to count/sum by function/macro to get the number of record to do copy/paste in macro | Excel Programming | |||
macro to delete entire rows when column A is blank ...a quick macro | Excel Programming | |||
Start Macro / Stop Macro / Restart Macro | Excel Programming |