Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21089

Error handling

$
0
0
Hi,
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")

Now when I enter correct values, the error handler runs again! I want it to check again if my values are correct.

Viewing all articles
Browse latest Browse all 21089

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>