Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() could someone please tell me if you can make a macro of macros so you can use the one macro to access multiple macros regards jammy20466 -- jammy20466 ------------------------------------------------------------------------ jammy20466's Profile: http://www.excelforum.com/member.php...o&userid=35816 View this thread: http://www.excelforum.com/showthread...hreadid=556028 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Yes, the following will run the three macros specified, in order.
Sub RunMany() Call FirstMacroByName Call SecondMacroByName Call ThirdMacroByName End Sub And of course, each of them may run other macros from within also. hth Vaya con Dios, Chuck, CABGx3 "jammy20466" wrote: could someone please tell me if you can make a macro of macros so you can use the one macro to access multiple macros regards jammy20466 -- jammy20466 ------------------------------------------------------------------------ jammy20466's Profile: http://www.excelforum.com/member.php...o&userid=35816 View this thread: http://www.excelforum.com/showthread...hreadid=556028 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Search, Copy, Paste Macro in Excel | Excel Worksheet Functions | |||
Closing File Error | Excel Discussion (Misc queries) | |||
macro with F9 | Excel Discussion (Misc queries) | |||
Make Alignment options under format cells available as shortcut | Excel Discussion (Misc queries) | |||
Playing a macro from another workbook | Excel Discussion (Misc queries) |