I am using Excel 2007, slowly moving from 2000. So saving .xls documents as .xlsm macro enable documents. I have 10+ sheets per workbook, and they contain vba macros, named ranges, and a good number of common functions like vlookup, etc.
The first time I try to save a document I will get the following.
A Pop-up:
Excel found unreadable content in ... . Click yes if I trust.
so I select later and the following is on screen,
A Pop-up:
Removed Records: Named range from /xl/workbook.xml part (Workbook)
Click to view log file listing repairs: c:\users\owner\appdata\local\temp\error087880_01.xml
I can either Close or click the above log file.
so I go to the log file, and here it is:
<?xml version="1.0" encoding="UTF-8" standalone="true"?>
-<recoveryLog xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main">
<logFileName>error087880_01.xml</logFileName>
<summary>Errors were detected in file 'C:\ahs\AHS_MS\Excel\Maintenance.xlsm'</summary>
-<removedRecords summary="Following is a list of removed records:">
<removedRecord>Removed Records: Named range from /xl/workbook.xml part (Workbook)</removedRecord>
</removedRecords>
</recoveryLog>
I don't see a list of anything. I did a search of C: with file manager and it found the error file and opened it, all it contained is what's in the pop-up.
This has happen on several sheets so far. When I reopen one I find a few things might not work correctly, but no big issue, and some formatting has changed, again no big issue. But I keep wondering what is being removed?
Anyone have some direction on this? Am I getting blind and missing something obvious? Do I just keep ignoring the messages and deal with issues as I find them in the new .xlsm files?
Thanks!
Alex
The first time I try to save a document I will get the following.
A Pop-up:
Excel found unreadable content in ... . Click yes if I trust.
so I select later and the following is on screen,
A Pop-up:
Removed Records: Named range from /xl/workbook.xml part (Workbook)
Click to view log file listing repairs: c:\users\owner\appdata\local\temp\error087880_01.xml
I can either Close or click the above log file.
so I go to the log file, and here it is:
<?xml version="1.0" encoding="UTF-8" standalone="true"?>
-<recoveryLog xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main">
<logFileName>error087880_01.xml</logFileName>
<summary>Errors were detected in file 'C:\ahs\AHS_MS\Excel\Maintenance.xlsm'</summary>
-<removedRecords summary="Following is a list of removed records:">
<removedRecord>Removed Records: Named range from /xl/workbook.xml part (Workbook)</removedRecord>
</removedRecords>
</recoveryLog>
I don't see a list of anything. I did a search of C: with file manager and it found the error file and opened it, all it contained is what's in the pop-up.
This has happen on several sheets so far. When I reopen one I find a few things might not work correctly, but no big issue, and some formatting has changed, again no big issue. But I keep wondering what is being removed?
Anyone have some direction on this? Am I getting blind and missing something obvious? Do I just keep ignoring the messages and deal with issues as I find them in the new .xlsm files?
Thanks!
Alex