A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
A few side comments:
- The status of recalculation is displayed at the bottom left of the file on the status bar. If calculation needs to be done the messages is "Calculation" if not there is no message.
- You can add the Manual or Automatic buttons to the QAT by choosing Formulas, Calculation Options, and right clicking either Manual or Automatic or both and choosing Add to Quick Access Bar. If you add Automatic, if the workbook opens in Manual mode the Automatic checkbox will be unchecked. They can check it to activate Automatic calculation. If they want to go both ways you can put both options on the QAT.
- You can add a msgbox to the thisWorkbook_Open event that tells the user the calculation state. Or you can get fancier and give them a userform with more options - for example you could give them Manual, Automatic checkboxes or toggle buttons and a button to calculate now.
If this answer solves your problem, please check, Mark as Answered. If this answer helps, please click the Vote as Helpful button. Cheers Shane Devenshire