I
incjourn
I am using the following code in ThisWorkbook:
Private Sub Workbook_Deactivate()
MsgBox "Deactivating Workbook"
End Sub
This works fine in most cases. However, if I have selected an imbedde
chart on a worksheet, I find the macro doesn't run.
Can anyone help
Private Sub Workbook_Deactivate()
MsgBox "Deactivating Workbook"
End Sub
This works fine in most cases. However, if I have selected an imbedde
chart on a worksheet, I find the macro doesn't run.
Can anyone help