Append to Excel from Access using VBA
问题 With this particular problem I can’t get the code to append the exported data from Access to Excel. I have created an simple Access database with some data shown on a form. After that it is possible to export the shown record to Excel using the code. So far so good. But when I export the next record it overwrites the previous exported data on row one in Excel. I want the code to append to the next row and so on. I have found some topics on how to append with “ActiveCell.Value” and “ActiveCell