I am using Excel 2007 interop assembly to automate Excel through c#. Interop version is 12.0. When I try to save a file, it can be saved only in 2003 format, but thats fine
Try ThisWorkBook.DoNotPromptForConvert = true
ThisWorkBook.DoNotPromptForConvert = true
More info at DoNotPromptForConvert