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:

PartDescription
objectAn expression evaluating to an object of type McProject.
CommandRequired. 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.