Declare - Function Statement
- Last UpdatedJul 18, 2023
- 1 minute read
The Function statement consists of the Function keyword, followed by the name that you will use when calling this function from VBA.
The Function statement consists of the Function keyword, followed by the name that you will use when calling this function from VBA.