Is there any reason why the following would open an instance of Excel?
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel8, stDocName, strFileNameLS
Not only does it open an instance of Excel, but it also leaves it open. I have used the above code for over 4 years, and am only now running up against this. In the past it has always been in a WindowsXP or WindowsXP Pro environment running Access 2003.
Now running Windows Vista Ultimate with Access 2003. No other code changes.
Any ideas are greatly appreciated.
Ken