abourgault
New Member
- Joined
- Oct 24, 2007
- Messages
- 43
Hi all,
I have a workbook with several VBA macro.
One of them is in the ThisWorkbook module. It is a Workbook_open macro.
Usually when I open the workbook that macro is triggered and does its job. But often after I have added code in other modules not related to this one, I save and close and when re-opening nothing happen.
I have to revert to the last working version and copying all the changes I have made to have a workbook that works as intended.
Do you have any hints about what could cause that?
thanks,
André
I have a workbook with several VBA macro.
One of them is in the ThisWorkbook module. It is a Workbook_open macro.
Usually when I open the workbook that macro is triggered and does its job. But often after I have added code in other modules not related to this one, I save and close and when re-opening nothing happen.
I have to revert to the last working version and copying all the changes I have made to have a workbook that works as intended.
Do you have any hints about what could cause that?
thanks,
André