B
Brian McGuire
I have a macro that I am running to open and filter a query. I need to send this query to excel after it has been filtered, which I have successfully done. I wanted to send it to a workbook with some automatic macros loaded, but the problem is that when I output the query to excel, it copies over the old file and makes a new one. My solution to this was to have the query output to excel, and then have the workbook with the loading macros open, and have the data that was outputted to the original excel sheet be transfered to this one.
The problem is that I don't know how to open an excel file from an access macro. I did a RunCode action, but am having problems getting the code right, any input on how to do this in VB would be greatly appreciated.
Brian
The problem is that I don't know how to open an excel file from an access macro. I did a RunCode action, but am having problems getting the code right, any input on how to do this in VB would be greatly appreciated.
Brian