Thread
:
Macros
View Single Post
#
1
Posted to microsoft.public.excel.misc
Per Jessen
external usenet poster
Posts: 1,533
Macros
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.
Reply With Quote
Per Jessen
View Public Profile
Find all posts by Per Jessen