I have this code which references and opens the spreadsheet, now I would like to pass the recordset data to the fields but not sure how now I have reference to the excel object.
Dim auditspreadsheet As Object
Set auditspreadsheet = GetObject("c:\Audit.xls")
some actions
with recordset
add access field data to corresponding excel field.
regards
Peter
Dim auditspreadsheet As Object
Set auditspreadsheet = GetObject("c:\Audit.xls")
some actions
with recordset
add access field data to corresponding excel field.
regards
Peter
