CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Location
    Fort Worth Texas
    Posts
    614

    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


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    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
  •  





Click Here to Expand Forum to Full Width

Featured