Worksheet enable calculation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I would like to know how I can disable the enablecalculation function of
each worksheet in my workbook?

I go and change the setting to false, but when I reopen the xls it is always
reset to true. I need it to always be false for this one xls but enabled for
all others.

Thanks,

Daniel
 
You could use an event macro, Workbook_Open, in the ThisWorkbook module, that
changes the setting for each sheet.
 

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