end sub in If then macor
If a = 1 GoTo Macro_End
Macro_End:
End Sub
"P. Blaauw" wrote in message
...
If I want to end the sub routine "Private Sub
UserForm_Initialize()" in a if then command, what will be
the command for that. I tried end Sub and Exit Sub but
that doesn't seem to work
|