EFX
Contributor
Switching to metric crashes excel......
I had a similar problem developing the ss in Excel 2010 running under Win7. Making any selection in the common row crashed Excel. I couldn't find a fix for that particular problem from Microsoft. It has to do with the worksheet_change function in sheet2.
To fix this do the following:
1. open the ss and press alt-F8. This opens up the VB editor.
2. select calc_press from the left window .
3. click on edit in the right window.
4. double click on sheet2 (DIVE) in the left window. This opens up the sheet2 VB module.
5. In the right window click inside the parenthesis of the if (true) then statement and change the true to false.
6. save the file and close the VB editor.
This change will prevent the DIVE sheet from recognizing cells whose values have changed so you will not get a notice to recalculate, but the ss will work without crashing.