View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Toppers Toppers is offline
external usenet poster
 
Posts: 4,339
Default Too large-how do I split

Hi,
Send me your code and I'll look at it off-line.





"Daniel R. Young" wrote:

I have a very large marco that I want to split and make the macro smaller.
The code is in one sheet and I am very new to this. I was told to make to
macros and then use this:

Sub master ()
Macro1
Macro2
End Sub

How do split these two macros and where do I place the sub master? Does the
sub master go on the main sheet that I am using?

Can someone do a step by step for me? I would really appreciate it.

Thank you

Daniel