Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I am looking for a macro to run from the menu. I need the menu macro to support running two macros separately. Like -Run Macro - Sub (Run Macro 1) - Sub (Run Macro 2) Please help -- ciba123 ----------------------------------------------------------------------- ciba1234's Profile: http://www.excelforum.com/member.php...fo&userid=2729 View this thread: http://www.excelforum.com/showthread.php?threadid=46998 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi .....,
You will need a third macro Sub Macro3() Application.Run "personal.xls!Macro1" Application.Run "personal.xls!Macro2" End Sub more information in http://www.mvps.org/dmcritchie/excel/install.htm I don't think your question involved how to add a menu item but if I'm mistaken see http://www.mvps.org/dmcritchie/excel/toolbars.htm --- HTH, David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001] My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm Search Page: http://www.mvps.org/dmcritchie/excel/search.htm "ciba1234" wrote in message ... I am looking for a macro to run from the menu. I need the menu macro to support running two macros separately. Like -Run Macro - Sub (Run Macro 1) - Sub (Run Macro 2) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
dynamic pull down menu | Excel Programming | |||
Pull Down Menu Bar | Excel Discussion (Misc queries) | |||
How can my macro select an option in a pull down menu? | Excel Programming | |||
pull down menu | Excel Programming | |||
pull down menu on userform | Excel Programming |