I need to export an Access query into an Excel spreadsheet and add blank cells. My data from the Access query looks like this:
1018
522
347
449
271
221
7
6
238
90
185
34
117
144
But I will need it to look like this in Excel:
1018
522
347
449
271
221
And so on. I've done doCmd.TransferSpreadsheet but it doesn't allow for exporting ranges. Other examples I've seen that involve more VBA, don't go into formatting in that way. Any ideas where I should look? Thanks.