Hi,

My "Excel 4 Macro" Error handler goes into a infinite loop, i'm not 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.
Arun