wackywoo105
New Member
- Joined
- May 13, 2014
- Messages
- 23
- Office Version
- 365
- Platform
- Windows
A workbook that has been running fine for years decided to fall over on Chr(13), which I fixed with vbCrLf (which I use these days but didn't a long time ago).
The following day it started crashing again on Thisworkbook.activate.
These are complete crashes, not vba end/debug errors.
I found the issues by adding stop and stepping through the code until the crash.
Why would something like this just suddenly start acting up? Some of the code is around 10 years old.
I'm getting fed up of putting out one fire only to encounter another soon after.
The following day it started crashing again on Thisworkbook.activate.
These are complete crashes, not vba end/debug errors.
I found the issues by adding stop and stepping through the code until the crash.
Why would something like this just suddenly start acting up? Some of the code is around 10 years old.
I'm getting fed up of putting out one fire only to encounter another soon after.