RockandGrohl
Well-known Member
- Joined
- Aug 1, 2018
- Messages
- 801
- Office Version
- 365
- Platform
- Windows
This hasn't ever happened to me in the year I've been using this sheet.
I applied some changes a few days ago and it was working fine.
I applied some more changes yesterday and it was working fine.
I also applied some changes an hour ago and it was working fine.
I've now gone to use the sheet again and every time I load a userform, I get an Appcrash with the following:
Not amazingly verbose.
What's happened and how do I troubleshoot this?
The code behind the userform is pretty weighty (and always has been) but it's never crashed like this.
In fact, I just clicked on the backup portal's userform and it also crashed excel.
This also crashed a colleagues excel... Now I'm worried.
EDIT
This is crashing when the code gets to the part where it opens an external csv.
The whole app crashes and must be restarted.
I repeat, this was working fine an hour ago and there has been no change to the code since.
In addition, one of the backed up portals with no recent changes to it whatsoever is now also crashing.
I applied some changes a few days ago and it was working fine.
I applied some more changes yesterday and it was working fine.
I also applied some changes an hour ago and it was working fine.
I've now gone to use the sheet again and every time I load a userform, I get an Appcrash with the following:
Code:
Problem Event Name: BEX64 Application Name: EXCEL.EXE
Application Version: 14.0.6024.1000
Application Timestamp: 4d83e39d
Fault Module Name: unknown
Fault Module Version: 0.0.0.0
Fault Module Timestamp: 00000000
Exception Offset: 0000000000000000
Exception Code: c0000005
Exception Data: 0000000000000008
OS Version: 6.1.7601.2.1.0.256.48
Locale ID: 2057
Additional information about the problem:
LCID: 1033
skulcid: 1033
Not amazingly verbose.
What's happened and how do I troubleshoot this?
The code behind the userform is pretty weighty (and always has been) but it's never crashed like this.
In fact, I just clicked on the backup portal's userform and it also crashed excel.
This also crashed a colleagues excel... Now I'm worried.
EDIT
This is crashing when the code gets to the part where it opens an external csv.
The whole app crashes and must be restarted.
I repeat, this was working fine an hour ago and there has been no change to the code since.
In addition, one of the backed up portals with no recent changes to it whatsoever is now also crashing.
Last edited: