Events in another workbook.

  • Thread starter Thread starter Al
  • Start date Start date
A

Al

I’m looking for a way to handle an event in a second workbook. I have a
control file that requires a user to open a target file of their choice, and
I want to trigger on events in the target file to produce a result visible to
the user. The target files have a uniform structure, but they are user
created, so I can’t populate them in advance with the event handler. I
thought of creating an .xlt, but users have generally cut their files out of
a large database and I can’t depend that they would use the template. I
could create a helper sheet in the control file to replicate the target,
trigger on its changes, and write the results back to the target. Maybe even
have the user just work in the replica and then overwrite the target file
when they finish.

Any thoughts?
 
I take it you are pointing me toward Application events, which I haven't used
before. That sounds like the way to handle events in any workbook (with
appropriate target selection). I really should have looked at Chip's site
before asking the question.

Thanks for the help.
 

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

Back
Top