View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike Mike is offline
external usenet poster
 
Posts: 3,101
Default Using excelObj.ActiveWorkbook.SaveAs("C:\MyWorkbook.xml" , FileFor

I'm trying to save an excel Workbook as raw XML using
excelObj.ActiveWorkbook.SaveAs("C:\MyWorkbook.xml" , _
FileFormat:=
Microsoft.Office.Interop.Excel.XlFileFormat.xlXMLD ata)
using Visual Studio 2003. However the option of saving as
xlXMLData is not offered. The type xlXMLSpreadsheet is offered but this is
not the type I wish to save as.

The reference I m using is Microsoft Excel 11.0 Object Library.

Thanks

--
Mike