Skip Bisconer
Who Me?
- Local time
- Today, 03:13
- Joined
- Jan 22, 2008
- Messages
- 285
I have a linked Excel file that has to be cleared at month end and updated with a .csv file downloaded from a credit card company. I have all of that covered but currently start the process from Access and I manually run a macro while in Excel to import the .csv file do a bunch of formating and other data imput which I do with a macro in Excel.
I would like the objXL.visible to be false to make the process seemless to the Access user but I need that macro to fire to complete the process.
I can't run it under Workbook_Open as the file needs to be opened regularly at times directly from Excel and also, there are a lot of lines of data to remove before it can fire and it takes a minute for that complete before I can fire the macro. I figure maybe I could get the macro to run from the Access code. I do a lot of data manipulation currently but I have no idea if what I want can be done. So before I do a bunch of trial and error maybe someone out there has already accomplished the task and would like to share.
Any advice would be appreciated.
I would like the objXL.visible to be false to make the process seemless to the Access user but I need that macro to fire to complete the process.
I can't run it under Workbook_Open as the file needs to be opened regularly at times directly from Excel and also, there are a lot of lines of data to remove before it can fire and it takes a minute for that complete before I can fire the macro. I figure maybe I could get the macro to run from the Access code. I do a lot of data manipulation currently but I have no idea if what I want can be done. So before I do a bunch of trial and error maybe someone out there has already accomplished the task and would like to share.
Any advice would be appreciated.