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

[Public [Default] | Private] Functionname [(arglist)]
   [statements]
   [name=expression]
   [Exit Function] 
   [statements]
   [name=expression]
End Function

Expand imageArguments

Expand imageArguments

Expand imageRemarks

Expand imageRequirements

Expand imageSee Also