Thread: macro help
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
CLR
 
Posts: n/a
Default 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