When ever I export data from access to excel I use "CopyFromRecordset". I use this method so I can run query and import only the data I need. The code would look like this
Dim dbs As Variant
Dim objExcel As Excel.Application
Dim objxlBook As Excel.Workbook
Dim objxlSheet...