A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
First, are you aware that colour formats used in 2007/2010 files will typically appear different when converted to xls. That's because most used "scheme" colours will map to the nearest colour that exists in the limited 56 colour palette. IOW, don't expect colour formats to look the same when loaded into say 2003.
The fact that you say ResetColors "yields no response", ie neither changes any colours nor errors, suggests the palette is already "default". Let's see.
Ensure the workbook concerned is active
From Excel press Alt-F11 to open the VBE
Press Ctrl-g to open the Intermediate window.
In that window (bottom pane) paste the following (incl the ?)
?Join(ActiveWorkbook.Colors, ", ")
With the cursor at the end hit Enter, post back the string of 56 Long colour values.
Regards,
Peter Thornton
PS, whilst it's possible code could be copying workbook palettes if these are your own files it would seem unlikely.