Autoexecution of a Macro

  • Thread starter Thread starter Dale Cox
  • Start date Start date
D

Dale Cox

I have created a macro that performs computations of
fields across several workbooks. How do I get this to
automatically execute every time the workbook perform the
auto-calculation function?

Thanks.
 
Put the code in the calculate event at the workbook level. Or call the code
from the calculate event at the workbook level.
 

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