RBCC said:
How do I take data from a access database and put it into a excel
spreadsheet? John
In addition to the TransferSpreadsheet method, you can also use the OutputTo
method. The difference is mainly in how you need to deal with the data. With
TransferSpreadsheet, you can out put the data to a specific range, but
you'll need to Shell Excel to open it to that workbook. With OutputTo,
Excel's opening can be controlled from within the function.