August 1999
Intermediate to advanced
1488 pages
72h 53m
English
var variable = new ActiveXObject("serverName.typeName",location)
The ActiveXObject creates a reference to an object that is connected to another application or programming tool through automation interfaces. The arguments used by this object are listed in Table 9.2.
| Argument | Description |
|---|---|
| serverName | The name of the application that provides the object. |
| typeName | The type or class of the object to create. |
| location | The name of the network server where the object is to be created. This field is optional. |
Listing 9.14 uses the ActiveXObject to create a multiplication table in a Microsoft Excel document. Excel will be started automatically.
Note
If you ...
Read now
Unlock full access