Interface Selection

For Visual Basic, the following types of interface are available:
Dim var as Object
Dim var as CclOEPI

The 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.