View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Running Excel from a Server

Generally, excel runs locally - so they would access the file from a drive
on the server and run it locally. In that case, the local machine would
need to have all referenced ActiveX objects.

It is unclear what you are proposing.

--
Regards,
Tom Ogilvy

ibeetb wrote in message
...
I have a couple of Excel spreadsheets that contain quite a bit of VBA and
ActiveX objects. I want to put them on a shared server and have others
access them from the server. What do the users who will access this need

to
have on their PCs? Do they need to have the activex objects on their

client
or does the server just need this?
Will the user just be able to open and run the report from their client?

Thanks