Used to invoke the execution of a procedure (procedure: A sequence of declarations and statements in a module that are executed as a unit. Procedures in a Visual Basic for Applications (VBA) module include both Sub and Function procedures.).
Syntax
EXECUTE procedure [param1[, param2[, ...]]
The EXECUTE statement has these parts:
| Part |
Description |
| procedure |
The name of the procedure that is to be executed. |
| param1, param2, … |
Values for the parameters defined by the procedure. |