[RESOLVED] How do I end a sub early?

I figured it would simply be "...If x = 1 Then End Sub", but apparently that's not it.
[91 byte] By [jalak7] at [2007-11-20 10:09:43]
# 1 Re: [RESOLVED] How do I end a sub early?
Exit Sub
Sabin_33 at 2007-11-9 19:35:44 >
# 2 Re: [RESOLVED] How do I end a sub early?
Oh, ok. I figured it was something simple, but a google search for "visual basic end sub early" didn't give me the answer.
Ty.
jalak7 at 2007-11-9 19:36:39 >