View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Orion Cochrane Orion Cochrane is offline
external usenet poster
 
Posts: 119
Default Using Worksheet Objects from PERSONAL.xls

I would like to run a few worksheet events (activate/deactivate, change) from
my PERSONAL.xls file. The only reason I want to do this is so I don't have to
insert macros in these files that are stored on a shared network.

I know how to run the macros from the file itself, but can I do it remotely
from PERSONAL.xls?

My basic purpose for this macro is to have a running total of stuff so I
don't have to go back to a certain sheet that gives me this information. It's
more of a convenience macro than anything else.

Thanks in advance.
--
I am running on Office 2003, unless otherwise stated.