I'm trying to save an excel Workbook as raw XML using
excelObj.ActiveWorkbook.SaveAs("C:\MyWorkbook.xml", _
FileFormat:=
Microsoft.Office.Interop.Excel.XlFileFormat.xlXMLData)
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