RemoveVBAReference Method (IIbmTerminal)
In This Topic
Removes a reference to a session document file from the VBA References settings. After you remove this file name, the macros in that file are no longer available in the current session. To make this change permanent, you'll need to save your session document file.
Syntax
'Declaration
Sub RemoveVBAReference( _
ByVal As String _
)
'Usage
Dim instance As IIbmTerminal
Dim sessionPath As String
instance.RemoveVBAReference(sessionPath)
void RemoveVBAReference(
string
)
Parameters
- sessionPath
- The fully qualified file name of the session document file to remove.
Exceptions
See Also