Thread: Macros
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
mulehead mulehead is offline
external usenet poster
 
Posts: 18
Default Macros

Gary, It works perfectly, thanks again.

"Gary''s Student" wrote:

Sub InSeries()
Call Macro1
Call Macro2
End Sub
--
Gary''s Student - gsnu200785


"mulehead" wrote:

How do you run two macros in series. I have to do this because a macro
exceeded 64k and had to be split into two macros.