CREATECOMOBJECT |
Top Previous Next |
Syntax COMREF = CREATECOMOBJECT (name as STRING, machine as STRING) Description Creates a COM object using script syntax. Parameters name - name of the object to create. Return value Returns the COM object if successful, NULL otherwise. Remarks COM objects that run in their own process, such as Word and Excel can be created on a remote computer, assuming you have access rights. Example usage IDispatch Connection |