Declares the name, arguments, and code that form the body of a Sub procedure.

[Public [Default] | Private] Subname [(arglist)] 
   [statements]
   [Exit Sub]
   [statements]
End Sub

Expand imageArguments

Expand imageArguments

Expand imageRemarks

Expand imageRequirements

Expand imageSee Also