View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Curt Curt is offline
external usenet poster
 
Posts: 469
Default Run several macros in a row

What will this do when macros are sub end sub
being new this is confusing. have no macros named only sub()end sub

"tad_wegner" wrote:


to run several macros inside another macro use the "call" command

EXAMPLE: the names of your recorded macros are "recorded_macro1" &
"recorded_macro2"

sub main()

call recorded_macro1
call recorded_macro2

end sub

i hope this helps. i dont use userforms so i am not sure if this will
work. good luck.


--
tad_wegner
------------------------------------------------------------------------
tad_wegner's Profile: http://www.excelforum.com/member.php...o&userid=27770
View this thread: http://www.excelforum.com/showthread...hreadid=474743