Excel Object Model

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Wonder if you can help....

I have a vbscript which I would like to run, which opens an Excel object,
refreshes some workbooks and saves the refreshed/updated versions. I would
like to run this on a server as a daily job, however I dont want to install
Excel on the Server. Is there anyway this can be done using Object
automation etc....

Thanks
Darrin
 
http://support.microsoft.com/kb/257757/en-us
"Considerations for Server-Side Automation of Office"
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)


"Darrin"
wrote in message
Wonder if you can help....
I have a vbscript which I would like to run, which opens an Excel object,
refreshes some workbooks and saves the refreshed/updated versions. I would
like to run this on a server as a daily job, however I dont want to install
Excel on the Server. Is there anyway this can be done using Object
automation etc....
Thanks
Darrin
 
Automation opens the application in question and performs activities using
the instance of that application. Without having the application installed,
you cannot very well automate it.

- Jon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top