Since a few days I’m using MS Access 2007 in a certian process.
In my VBA code I use: CreateObject(“Excel.Sheet”)
In Access 2003 a document was created in 2000-2003 format.
Now in Access 2007 VBA enforces the new format. This causes problems in some additional coding.
Any suggestions how to enforce older format (2000-2003) through VBA?
Kind Regards
You should call
SaveAsmethod with its second parameterFileFormatasxlExcel8