Any suggestions would be extremely helpful.
Thanks.
zt
regards
FSt1
This confirms the issue, but adds little useful info:
http://support.microsoft.com/kb/213904
commercial tools:
http://www.rowingservice.com/quarrell/QAid/
http://xlsgenreduction.arstdesign.com/index_en.html
Check the number of styles (Format>>Style, in the top drop down)
If there are more than say a few hundred styles then this might help
sub delstyles
dim s as style
for each s in activeworkbook.styles
if not s.builtin then s.delete
next s
end sub
(not tested - but shouldn't be far off)
Cheers
Simon
Excel development website: www.codematic.net
Requres .Net3.5 and MS Excel 2007. Will fix xlsx or xlsm files. Won't work
on binary xlsb or password protected files (read-only passwords are OK).
No need to run the risk of further corrupting your file by using Open Office
like some people recommend in other Excel forums. Utility is free and comes
"as is".