|
-
July 15th, 1999, 10:52 PM
#1
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
-
July 16th, 1999, 01:45 AM
#2
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|