Access 2010
[Code]
Private Sub cmdExportExcel_Click()
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, Me.Filter, "qselEmployeeInformation", "c:\EmployeeInfo.xls", True
End Sub
[code\]
I am using this code to export to excel and I'm getting this error. I know it's the filter but...