Digital Signing causes Excel to crash while closing

A

Allan

I have a macro which saves and closes the activeworkbook
just before finishing.

activeworkbook.close

When the workbook's code is unsigned the macro runs fine,
but when I digitally sign the vba code the macro crashes
excel with

The instruction at '0x3005c5eb' referenced memory
at '0x00000018'. The memory could not be written.

Has anyone encountered this before?
 
Top