spurs
Active Member
- Joined
- Oct 18, 2006
- Messages
- 479
- Office Version
- 2016
- 2013
- 2010
- 2007
- 2003 or older
- Platform
- Windows
I created an excel workbook years ago that had some code in the this workbook module. General commands for updating ever entry sort of thing. It also calls a password check macro for verification. This has worked well for years.
The workbook was being used by my associate in China. Recently he sent me a copy back to work on and i cant open it the same way anymore.
As soon as the wordbook module runs on opening excel goes into break mode, and the password check macro doesnt run. The error is "cant execute code n break mode"
I can get into the original macro and see that as soon as i execute the first line:
Private Sub Workbook_Open()
in the workbook module, excel goes into break mode
I am suspicious that someone in China has tampered with the file to cause this; I have no idea where to look to resolve it.
I need the worksheet to run macros to calculate properly and i cant get it to do that atm
The workbook was being used by my associate in China. Recently he sent me a copy back to work on and i cant open it the same way anymore.
As soon as the wordbook module runs on opening excel goes into break mode, and the password check macro doesnt run. The error is "cant execute code n break mode"
I can get into the original macro and see that as soon as i execute the first line:
Private Sub Workbook_Open()
in the workbook module, excel goes into break mode
I am suspicious that someone in China has tampered with the file to cause this; I have no idea where to look to resolve it.
I need the worksheet to run macros to calculate properly and i cant get it to do that atm