Error Handling - Infinite loop

C

coder_arun

Hi,

My "Excel 4 Macro" Error handler goes into a infinite loop, i'm no
sure why:

My macro code is:

Under Auto Open I define the error handler as below:

AUTO_OPEN
=ERROR(2;RECOVER)


The Error Handler:

RECOVER
=GOTO(ABSREF(\"R[1]C[0]\";LAST.ERROR()))
=RETURN(


Any help on why dose this error handler go into a infinite loop?????

Many Thanks in Advance.
Aru
 

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