Click to See Complete Forum and Search --> : Excel on a server


Jim Bassett
July 15th, 1999, 10:52 PM
From a NT workstation I want to run Excel via automation on a remote server, can I do this and are there any special problems to expect, etc.? Is there some special argument in the create object function that directs the Excel to be on a server rather than on the workstation?

Thanks

Jim Bassett

Lothar Haensler
July 16th, 1999, 01:45 AM
in VB 6 the syntax for Createobject has changed. You can now pass a server name as the second argument.
Createobject(classname, servername)

What to expect? It's probably gonna be much slower.