View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
coder_arun[_6_] coder_arun[_6_] is offline
external usenet poster
 
Posts: 1
Default Error Handling - Infinite loop


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

--
coder_aru
-----------------------------------------------------------------------
coder_arun's Profile: http://www.excelforum.com/member.php...fo&userid=3381
View this thread: http://www.excelforum.com/showthread.php?threadid=56786