J
Jan Kronsell
Hi NG!
Is there any event that is trigged, when I leave Excel, to go to another
application?
Case: I have Excel open and also fx Word. I like to do something like:
Application.CutCopyMode = False
whenever I leave Excel for another application either by Alt+TYab, clicling
or by starting a new application.
I tried
Private Sub Workbook_WindowDeactivate(ByVal Wn As Window)
Application.CutCopyMode = False
End Sub
but thst doesn't do the trixk as I am not leaving the workbook window, but
the application window.
Jan
Is there any event that is trigged, when I leave Excel, to go to another
application?
Case: I have Excel open and also fx Word. I like to do something like:
Application.CutCopyMode = False
whenever I leave Excel for another application either by Alt+TYab, clicling
or by starting a new application.
I tried
Private Sub Workbook_WindowDeactivate(ByVal Wn As Window)
Application.CutCopyMode = False
End Sub
but thst doesn't do the trixk as I am not leaving the workbook window, but
the application window.
Jan