View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jamnham jamnham is offline
external usenet poster
 
Posts: 1
Default Use same On Error twice


How can I use the same 'On Error' twice?

example

Start:
On Error Goto Handle
'code is here
Goto EndMe
Handle:
MsgBox"Here is Error"
Goto Start
EndMe:

The 'On Error' works the first time, but first time only. Help?


--
jamnham
------------------------------------------------------------------------
jamnham's Profile: http://www.excelforum.com/member.php...o&userid=26072
View this thread: http://www.excelforum.com/showthread...hreadid=394096