First off thanks for all your help over the years. This is the first time I have had to ask a question.
Background:
I updated our company quoting template to always run some code using the sub procedure Workbook_Open() in the ThisWorkbook Object of the file. It runs the code I need whenever the new files are opened.
I have 5000 old workbooks I need to run the same code in every time they are opened. I figured the solution lied in personal.xlsb coding.
Problem:
When I using the sub procedure Workbook_Open() in the ThisWorkbook Object in personal.xlsb it runs for the first file I open but does not run for any subsequent files opened in the same excel application window.
I need to be able to run the same code every time a new file is opened in the same excel application window.
I know this is a simple 1 liner, I just cannot find the answer.
Thanks in advance
Background:
I updated our company quoting template to always run some code using the sub procedure Workbook_Open() in the ThisWorkbook Object of the file. It runs the code I need whenever the new files are opened.
I have 5000 old workbooks I need to run the same code in every time they are opened. I figured the solution lied in personal.xlsb coding.
Problem:
When I using the sub procedure Workbook_Open() in the ThisWorkbook Object in personal.xlsb it runs for the first file I open but does not run for any subsequent files opened in the same excel application window.
I need to be able to run the same code every time a new file is opened in the same excel application window.
I know this is a simple 1 liner, I just cannot find the answer.
Thanks in advance