ExecuteConfiguration Method
Home Page (Objects) | Overview | FAQ | Reference
Applies to: Application object
Runs the program in the current workspace.
Syntax
object**.ExecuteConfiguration**
Parameters
object
An expression that evaluates to an Application object. When you use the ExecuteConfiguration method of the Application object, you can omit object because the name of the Application object is implied when you access its properties and methods.
Remarks
If you run a program outside the debugger, you cannot set breakpoints or evaluate symbols for the program from within the debugger.
Example
The following example runs the program in the current workspace:
ExecuteConfiguration