The issue: would like to populate specific data in Excel directly from Access.
Currently, the process is data is transfered from Access to create a new worksheet "B" in the existing spreadsheet containing worksheet "A", run VB code that loops through all the data to match Name in worksheet "A" with Name in worksheet "B", then populate the new data in Field3 in the existing worksheet "A" from worksheet "B" Field26, then deletes new worksheet "B" and exits the excel spreadheet. This works fine but is there a way to do this directly from Access without copying the worksheet to Excel 1st?
I'm a novice coder so any hints would be greatly appreciated.
Thanks
---
Currently, the process is data is transfered from Access to create a new worksheet "B" in the existing spreadsheet containing worksheet "A", run VB code that loops through all the data to match Name in worksheet "A" with Name in worksheet "B", then populate the new data in Field3 in the existing worksheet "A" from worksheet "B" Field26, then deletes new worksheet "B" and exits the excel spreadheet. This works fine but is there a way to do this directly from Access without copying the worksheet to Excel 1st?
I'm a novice coder so any hints would be greatly appreciated.
Thanks
---