Why Can't Excel Just Work Correctly?

Copper Contributor

This is more of a rant out of frustration than a question I suppose. 

I am working in Excel 2016 (16.0.4966.1000 32-bit)

 

I have a workbook that I update every month.  Each month I make a copy of the previous month's workbook and update it with new data.  It works for a time and then at some point every thing I do causes a "Excel has stopped working" message.  Every single month this is happening.  Performing the below steps seems to fix until the next month.  Step 9 never produces any compile errors.

Is this because my company is still using Excel 2016 and it's been fixed in 365? Why can't it just work????

 

  1. Open a new Excel workbook, not your crashing workbook
  2. Go to the Developer Tab and click “Macro Security” in the Code section of the Ribbon
  3. Click the bullet option entitled “Disable all macros with notification”
  4. Go to the Trusted Locations tab on the left and check the “Disable all Trusted Locations” box at the bottom
  5. Go to Trusted Documents and check the “Disable all Trusted Documents” box
  6. Click OK and close the new workbook
  7. Open your Excel file that was crashing
  8. Do not click "Enable Macros" - instead go to the Developer Tab and open the Visual Basic Editor
  9. In the VB Editor, save the project and then click Debug > Compile VBAProject
  10. Correct any compile errors that occur
  11. Save the VB project again and then save the Excel workbook
  12. Revert any changes you made to Macro Security in steps 3-5
  13. Close Excel, re-open the previously crashing workbook, and Enable Macros
0 Replies