Out Of Stack Space

G

Guest

Hello,
I have written a macro and it works fine, no coding errors but it seems
limited by the "Stack" it can only operate on so many lines at one go. hence
i get an error message "Out Of Stack Space"

Any help please?

thanks

Andy
 
T

Tom Ogilvy

Generally this is caused if you have recursive calls to the function.
Perhaps if you posted your code and an explanation of what it does, someone
might be able to see if that is a problem.
 
G

Guest

OK will do when i have time,
thanks
Andy
Tom Ogilvy said:
Generally this is caused if you have recursive calls to the function.
Perhaps if you posted your code and an explanation of what it does, someone
might be able to see if that is a problem.
 

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

Top