S
Scott
I need to be able to jump to the start of my code if a particular radio button is not pressed. How do I this??? The goto line1 does not work?
Any ideas?
Scott
If Not RadBut4.Checked Or RadBut5.Checked Then
MsgBox("Please choose Annual or Single Trip")
'GoTo Line1 goto start needed...
Any ideas?
Scott
If Not RadBut4.Checked Or RadBut5.Checked Then
MsgBox("Please choose Annual or Single Trip")
'GoTo Line1 goto start needed...
