COM Object Quick Reference
The following table lists methods for COM objects.
Statement | Purpose | Reference |
---|---|---|
CreateObject |
Creates a new COM object. |
|
Dim As Object |
A class that provides access to a COM object. |
|
GetObject |
Gets a COM object from a file or gets the active COM object for a COM class. |
|
New |
Allocates and initializes a new COM object. |
|
Set |
Assigns a COM object to a variable. |