P
P. Dileepan
Hi,
I am not a VBA programmer. My question may be too
simple, but I am stuck. Please help.
In my code I check whether user input is valid or not.
Somethig like this:
If nSeasons = 0 Then ErrMsg1 = Seasons caqnnot be zero!"
If ErrMsg1 <> "" Then MsgBox (ErrMsg1)
How do I make the code execution to put the control back
to the form so that the user can either cancel or give
valid input?
-- Dileepan
I am not a VBA programmer. My question may be too
simple, but I am stuck. Please help.
In my code I check whether user input is valid or not.
Somethig like this:
If nSeasons = 0 Then ErrMsg1 = Seasons caqnnot be zero!"
If ErrMsg1 <> "" Then MsgBox (ErrMsg1)
How do I make the code execution to put the control back
to the form so that the user can either cancel or give
valid input?
-- Dileepan