GetVBAReferences Method (ITerminal)
In This Topic
Retrieves a list of the session documents referenced by the current session from the VBA References settings. The macros in these session documents are available to the current session.
Syntax
'Declaration
Function GetVBAReferences() As String()
'Usage
Dim instance As ITerminal
Dim value() As String
value = instance.GetVBAReferences()
string[] GetVBAReferences()
Return Value
A string array that contains the referenced session file names.
See Also