Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to trap delete row event and hide column event? | Excel Programming | |||
Change event and calculate event | Excel Programming | |||
user form-on open event? keydown event? | Excel Programming | |||
Event Procedures: Event on Worksheet to fire Event on another Worksheet | Excel Programming | |||
OnTime event not firing in Workbook_Open event procedure | Excel Programming |