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

Thank you Per, I will try this!

"Per Jessen" wrote:

Hi

Sub Macro1()
YourCode
Call Macro2
End Sub

Sub Macro2
Your Code
End Sub

Regards,
Per
"mulehead" skrev i meddelelsen
...
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.