Out of Stack Space

  • Thread starter Thread starter Michael Smith
  • Start date Start date
M

Michael Smith

Hey all, I'm programming in excel, and I have 3 subs that continually
call eachother for 1 project. Everything works fine, then half way into
it I get an "out of stack space" error. Is there an easy fix?
 
Make sure your recursive calls are good, trace the program. If thi
doesn't help try declaring some variables as global, this will cut o
the memory use of recursion, and also see if you can get rid of th
recursion all together.

Keith
www.kjtfs.com
 

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