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 Schedule taskmanager via code?

Probably not as you envision it, but you might explore the Remote
Capabilities of the CreateObject method.

--
Regards,
Tom Ogilvy


"Steph" wrote in message
...
Is it possible to run a macro on my PC, and have code execute on a server

in
the background?

In simple terms, I would like to initiate a click event in WorkbookA fro

my
machine. That will schedule the taskmanager to open a WorkbookB on a

server
(which will have a workbook_Open event) and run code there.

Possible?