The fully qualified path to the session document file.
CreateControl Method
In This Topic
Create a control by opening a session document file.
Syntax
expression.CreateControl( _ ByVal sessionFilePath As String _ ) As Object
where expression is a variable that represents a ApplicationObject Object
Parameters
- sessionFilePath
- The fully qualified path to the session document file.
Return Value
A terminal control
Remarks
For more about using the CreateControl method, see:
Open a Session From a Microsoft Excel Macro
Example
This sample creates a control by opening a session document file. Before you run the sample, create and save a session document.
See Also