Description
Executes a single line VBA statement in the context of this project.
-
Return Type
-
None
-
Syntax
-
object.ExecuteLine Command
The ExecuteLine Method syntax has these parts: |
| object | An expression evaluating to an object of type McProject. | | Command | Required. A String value. A valid VBA statement for this project.
| Remarks
If an error occurs, it will be caught by VBA which will display its own error dialog. This method itself will still succeed.
|