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