COMObject.Default
Syntax:
Parameters:
<Name> (required)
The Class COM ProgID, by which it is registered in the system. For example, "Excel.Application".
<ServerName> (optional)
Name of the computer, where you need to create a given object. If the parameter is omitted, it will be created on the given computer.
Description:
Example:
Word = New COMObject("Word.Application"); V8 = New COMObject("V8.Application"); |