Using Worksheet Objects from PERSONAL.xls

O

Orion Cochrane

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.
 
D

Dave Peterson

There are application events that you can monitor from any workbook:

You can read more about application events at Chip Pearson's site:
http://www.cpearson.com/excel/AppEvent.aspx

Be aware that you're gonna see those events from every workbook. You may want
to check to see if your code should continue (sheet name or workbook name or
combination???).
 

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

Top