Thread: Excel Macros
View Single Post
  #2   Report Post  
StinkeyPete
 
Posts: n/a
Default

Cut out logical pieces of the code and make them sub procedures and then call
the sub procedures in your main code. (Insert Procedure)

"TKO II" wrote:

I've created a macro on an existing worksheet and when I run it I get:
Compile Error: Procedure to large. How do I combine this macro into two
macros without the hours I spent originally?