Takes no parameters
Description:
If inside a Private Method, the Private Method will exit and return to the caller. If not inside a Private Method, the Procedure will immediately exit.
To exit the entire Procedure from inside a Private Method, use Exit Proc
Example:
If AnyErr : Exit Proc : End If