Interface Selection
The interfaces available for Visual Basic.
For Visual Basic, the following types of interface are available:
Dim var as Object
Dim var as CclOFlowThe second method is preferred.
If you do not dim a variable, dim it with no type, or are using VBScript, the variable is assumed to be of type Object.