Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have created some CommandBarButtons. I assign which macro to run when selecting the menu item by using the OnAction property. myMenyItem.onAction = "updateData" I would like two run several macros instead of one, in fashion og myMenyItem.onAction = "updateData1 : updateData2 : updateScreen" where updateData1, updateData2, updateScreen are three different subs. Is this possible? Best Regards Eric |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Assign different macros for True/False button | Excel Discussion (Misc queries) | |||
Assign Macros to a dropdown list | Excel Programming | |||
How to stop having to re-assign macros every time you open a workbook??? | Excel Programming | |||
Assign macros to dynamically created form elements | Excel Programming |