access-excel integration

D

Dave F

I'm looking for an online reference about integrating Access and Excel.
Specifically, I would like to run a query in Access and have the results
outputted into an Excel file. So, I guess I'm looking for code examples.

Thanks for any pointers.

Dave
 
K

Ken Snell \(MVP\)

Check out TransferSpreadsheet in Help file; you can run it as a macro or in
VBA code.
 
Top