Syntax
| Object = CreateObjectRemote(ClassName, ServerName)
| ||||||
---|---|---|---|---|---|---|---|
Description
| Creates an object in the same way as with CreateObject, but on a remote network server.
You can create an object on a remote networked computer by passing the name of the computer to the servername argument of CreateObjectRemote. That name is the same as the Machine Name portion of a share name: for a share named "\\MyServer\Public," servername is "MyServer."
| ||||||
See Also
| |||||||
Example
| Sub Main |