Hi,
I'm using an error handler in my code
Now when I enter correct values, the error handler runs again! I want it to check again if my values are correct.
I'm using an error handler in my code
Code:
Private Sub Sampcode()
On error goto procerror
other code
other code
other code
procerror:
MsgBox ("error message sample")