I have an issue where certain workbooks (.XLSM) with included macros and conditional formatting are not saving properly on my Windows 10 machine. I have not been able to determine what is triggering the issue...
Upon trying to save even just a minor change (eh: adding a 1 to an empty cell), I encounter the following error:
Errors were detected while saving to 'my_path'. Microsoft Excel may be able to save the file by removing or repairing some features. To make the repairs in a new file, click Continue. To cancel saving the file, click Cancel.
If I try the Continue option, I encounter further errors:
Excel encountered errors during save. However, Excel was able to minimally save your file to my_path.
Even the 'repaired' files cannot be saved. All changes are essentially lost (unless using the temporary solution I describe at the end)
What is strange is that this seems to occur only on my own machine. Some other details about this case:
- Office 2016 - Excel 32bit
- Windows 10 21H1
- All updates applied
- Same behavior occurs after uninstall and reinstall of Office 2016
- Same behavior occurs after uninstall using Microsoft's stand-alone removal tool
- Same behavior in Excel safe mode
- Same behavior with Add-Ins and COM Add-Ins disabled
- Same behavior whether file/save path is local (C:\path) or on a network drive
- Same behavior when saving with new filename
- Same behavior when saving/exporting to .xlsx, .xlsb (and .xlsm)
- Error doesn't occur on other Windows machines
The ONLY way to save the document seems to be to save the file as an .xls.
Why is this and what could the matter be with my particular Office installation?