Thread: macro help
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default macro help

Option Explicit
Sub XYZ()
call abd
call def
call ghi
end sub



wamstrdad wrote:

Can you provide help on the VBA code to run multiple macros from a single
"super macro"? In other words, what is the code for a macro named XYZ to run
macros the macros named ABD, DEF and GHI?


--

Dave Peterson