Excel Macros

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
Cut out logical pieces of the code and make them sub procedures and then call
the sub procedures in your main code. (Insert Procedure)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top