View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Toppers
 
Posts: n/a
Default Basic Question on Subs

Sub MyMacros()

Call macro1
Call macro2
etc

End Sub

"Call" can be omitted from the above statements except if parameters are
passed to the routine.


HTH



"JOUIOUI" wrote:

This is the most basic question I'm sure but how can I link numerous sub
statements into one macro?