Macro error stack full

  • Thread starter Thread starter Philip Wilson
  • Start date Start date
P

Philip Wilson

When running a macro I get the error stack full and the macro stops. I can
then restart the macro and it starts back where it left off and completes.
How can I eliminate the stack full error, what is causing this. The macro
is building a spreadsheet that take one input line and creates an output
transaction spreadsheet that has 6 detail row for each input row.

Phil
 
Are you recursively calling the code - does your code call itself. If so,
try going to a non-recursive design.
 

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

Similar Threads


Back
Top