View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Steph[_3_] Steph[_3_] is offline
external usenet poster
 
Posts: 312
Default Schedule taskmanager via code?

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?