Hello! I've got a fairly complex problem here I think... so please bear with me!
K... I have a table in Access, that I've already exported to Excel. Now I have vba code in a sub procedure called MultOLS in Excel (this sub procedure creates another worksheet in that workbook, which I then want to import back into Access). I realize that I could just go into Excel and run the code from there, but I'd like to run the whole operation from Access if possible. I know how to do the importing and exporting from excel to access, I just need help with running that sub procedure in excel from access. It may be noted that no variables need to be passed from Access to Excel in this operation, I just want Access to tell Excel to run that code! Thank you very much for any help!!!
- Mike
K... I have a table in Access, that I've already exported to Excel. Now I have vba code in a sub procedure called MultOLS in Excel (this sub procedure creates another worksheet in that workbook, which I then want to import back into Access). I realize that I could just go into Excel and run the code from there, but I'd like to run the whole operation from Access if possible. I know how to do the importing and exporting from excel to access, I just need help with running that sub procedure in excel from access. It may be noted that no variables need to be passed from Access to Excel in this operation, I just want Access to tell Excel to run that code! Thank you very much for any help!!!
- Mike