I loaded Excel fresh, started with a blank workbook and typed the
following into the
VB ThisWorkbook object:
Sub Workbook_WindowDeactivate(ByVal Wn As Window)
End Sub
Then I opened any other Excel workbook, made some edit to force a save,
and clicked the big red X.
The problem occured!
Can anybody replicate? Any clues as to why or a work-around?