TeresePamela
Programmer
I want to GoTo a Label and then return to the line below to GoTo - Can I do that in vba? If so, what's the command/syntax. An example:
FIRSTSUB:
Msgbox "Message One"
GoTo SubTwo
MsgBox "Message Two"
SUBTWO:
MsgBox "From Subtwo"
As always, thanks for any input.
Pam
FIRSTSUB:
Msgbox "Message One"
GoTo SubTwo
MsgBox "Message Two"
SUBTWO:
MsgBox "From Subtwo"
As always, thanks for any input.
Pam