Run Time error

  • Thread starter Thread starter MIKEY
  • Start date Start date
M

MIKEY

Hi All

In my spreadsheet I am suddenly getting a error message RUN TIME ERROR
'1004' OUT OF STACK SPACE.

Im fairly new and self taught with excell. In laymans terms what does this
mean,

what can I do to fix and avoid in future

Any advice greatly appreciated
Mike
 
Are you using VBA?
One easy way to get this error is to have a VBA routine that calls
itself forever.
This can be easy to do if you are doing stuff in the calculate event for
example.

Cheers
Simon
Excel development website: www.codematic.net
 
Back
Top