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.
|