ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   macro help (https://www.excelbanter.com/excel-discussion-misc-queries/96276-macro-help.html)

jammy20466

macro help
 

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


CLR

macro help
 
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




All times are GMT +1. The time now is 11:52 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com