ThrottleWorks
Excel Ninja
Hi,
I have written a macro. This macro used another excel file as one of the input file.
For example say Input_1. This file has ‘Private Sub Workbook_Open()’ macro.
So as soon as my macro opens Input_1 file. This macro gets triggered.
This input files gets changed every day hence I can remove / edit ‘Private Sub Workbook_Open()’ part manually.
How do I stop triggering ‘Private Sub Workbook_Open()’ macro if Input file is opened by my macro.
Is there a way to do it. Can anyone please help me in this.
I have written a macro. This macro used another excel file as one of the input file.
For example say Input_1. This file has ‘Private Sub Workbook_Open()’ macro.
So as soon as my macro opens Input_1 file. This macro gets triggered.
This input files gets changed every day hence I can remove / edit ‘Private Sub Workbook_Open()’ part manually.
How do I stop triggering ‘Private Sub Workbook_Open()’ macro if Input file is opened by my macro.
Is there a way to do it. Can anyone please help me in this.