|
|
Question : Running a macro in another open workbook
|
|
Within a macro I am trying to run another macto in another open workbook. I have this right now:
application.Run (strTodaysNIFOWorkbook + "!" + "SeeIfItWorks")
the variable strTodaysNIFOWorkbook is set to the full name of the other workbook (name.xls) and I have verified that the macro does exist.
What am I missing?
|
Answer : Running a macro in another open workbook
|
|
Yeah.
I actually came up with a work around by just copying the macro from the 2nd workbook into the first workbook and calling it from there. Thanks for your help.
|
|
|
|