View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
[email protected] idyllicabyss@googlemail.com is offline
external usenet poster
 
Posts: 32
Default excel xls to xml

Depending how much data there is in it, I would open it up, create a
new document in the latest format and then copy and paste from the old
to the new (or write a VBA proceedure if there was a lot of Sheets).
Once you have the data in the new spreadsheet, save it with a new name
then try to export as .XML
That should help clean it up and may solve your problem.