Keyword
End
Description
Indicates the End of a variety of code blocks.
Usage
End [ If | Select | Sub | Function | Try ]
Notes
The type of block is an optional part of the command but is usually included for clarity.
Sample code
If True Then
' Your code
End If
Compatibility
All project types on all supported operating systems.
See also
If, Select Case, Sub, Function, Try