Excel Interop (Automation) and XlFileFormat: SaveAs v11 ?

bill

Well-known Member
Joined
Mar 7, 2002
Messages
550
Folks,
The chart here: http://en.wikipedia.org/wiki/Microsoft_Excel#Versions

Shows for Windows, <b>Excel 2003</b>, is version <b>11</b>.

However, this chart: http://msdn.microsoft.com/en-us/lib....interop.excel.xlfileformat(v=office.14).aspx

Doesn't list <b>v11</b> as a possible save type... Is that because the <b>SaveAs</b> method offered though Automation of <b>v14</b> has an <b>XML</b> toggle when saving as <b>xlExcel12</b>, thereby inferring <b>v11</b> ?

If not, where are versions <b>9</b>, <b>10</b>, and <b>11</b> in enumaration? Are the file formats so similar that they are virtually the same <b>BIFF</b>?
Then really the only change to <b>9</b>, <b>10</b>, and <b>11</b> are with respect to the <b>GUI</b>?

If I wanted a file <b>100%</b> compatible with <b>v11</b>, what are my parameters?
Am I ultimately pointing to <b>xlExcel8</b>??
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
bill

There is no enumeration for version, what you need for save as is the eumeration of file format (xlFileFormat).
 
Upvote 0

Forum statistics

Threads
1,224,517
Messages
6,179,240
Members
452,898
Latest member
Capolavoro009

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top