InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / IUtsTerminal Interface / GetVBAReferences Method


In This Topic
GetVBAReferences Method (IUtsTerminal)
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 IUtsTerminal
Dim value() As String
 
value = instance.GetVBAReferences()

Return Value

A string array that contains the referenced session file names.
See Also