How can I fill an Excel table with data from my Access database?
I know how to connect to the database and defining my recordset, but don't know how to handle the tables.
Can I do something like ListObjects("Table1").Cells.objRecordset.GetRows()?
I know how to connect to the database and defining my recordset, but don't know how to handle the tables.
Can I do something like ListObjects("Table1").Cells.objRecordset.GetRows()?