Hi,
Here is what I'm trying to do. I have 6 queries and I need to output the data to the same Excel sheet with calculations that I will do in Access. So essentially I want to create an Excel file, write my values to it and then save it.
I know the starting part would be something like:
Dim xlApplication As Excel.Application
Dim xlWorkbook As Excel.Workbook
Set xlApplication = New Excel.Application
Once I have the general syntax of how to do it I can play around with the code and transferring data from my recordsets should be straight forward (albeit a lot of coding).
Thanks for any help.
Here is what I'm trying to do. I have 6 queries and I need to output the data to the same Excel sheet with calculations that I will do in Access. So essentially I want to create an Excel file, write my values to it and then save it.
I know the starting part would be something like:
Dim xlApplication As Excel.Application
Dim xlWorkbook As Excel.Workbook
Set xlApplication = New Excel.Application
Once I have the general syntax of how to do it I can play around with the code and transferring data from my recordsets should be straight forward (albeit a lot of coding).
Thanks for any help.