Hello,
Workbook_Open() is not working anymore. I removed a class module from PERSONAL.XLSB which had only one line:
and then some commented code. This was related to an old macro which was not in use. Reverting this makes no change.
I searched for forums and made sure that
Other macros run normally as before, this just does not fire up on opening workbooks anymore.
I tried repairing Office without changes to data. Next step would be to Reset, losing data, which I try to avoid. Are there any other fixes to try?
Workbook_Open() is not working anymore. I removed a class module from PERSONAL.XLSB which had only one line:
VBA Code:
Option Explicit
I searched for forums and made sure that
- I have macros enabled
- Exact phrase to call Workbook_Open is:
VBA Code:
Private Sub Workbook_Open()
- Workbook_Open() is called in ThisWorkbook object
Other macros run normally as before, this just does not fire up on opening workbooks anymore.
I tried repairing Office without changes to data. Next step would be to Reset, losing data, which I try to avoid. Are there any other fixes to try?