chicerjunge
MIS
I have a fair number of VBA modules running in my excel workbook. Whenever I exit excel (save or no save) I get an invalid page fault in module <unknown> 98% of the time.
Whenever I remove the self signed signature from the Code I no longer get the page fault and excel closes fine. It must be something with the application.quit procedure because when I coded application.quit, I received the error.
In windows 2000 the application log says a security violation occurred.
I'm using self-cert to create the signatures (I've tried 4 different signatures now). I have also used makecert to create a signature as well.
I've commented all of my exit code so that excel can do its normal process, same thing.
Whenever I remove the self signed signature from the Code I no longer get the page fault and excel closes fine. It must be something with the application.quit procedure because when I coded application.quit, I received the error.
In windows 2000 the application log says a security violation occurred.
I'm using self-cert to create the signatures (I've tried 4 different signatures now). I have also used makecert to create a signature as well.
I've commented all of my exit code so that excel can do its normal process, same thing.