END SUB keyword

Marks the end of a SUB.

Syntax

END SUB

Example

SUB myFunction
'Do something
END SUB

Go back to list of Keywords.