-
Excel on a server
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
-
Re: Excel on a server
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.