I have a table in access from which I want to retrieve the data. These data need to be inserted in specific cells in excel.
For example, the table "AA" has the following data:
AAAAA 25 32
BBBBB 35 25
etc..
I found a piece of code that will allow me to copy and paste all the table in an excel spreadsheet, but I cannot find a way to create a loop in the recordset.
Does anybody have a piece of code that I could use and modify to parse these data.
Thanks in advance.
For example, the table "AA" has the following data:
AAAAA 25 32
BBBBB 35 25
etc..
I found a piece of code that will allow me to copy and paste all the table in an excel spreadsheet, but I cannot find a way to create a loop in the recordset.
Does anybody have a piece of code that I could use and modify to parse these data.
Thanks in advance.