View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
incjourn[_4_] incjourn[_4_] is offline
external usenet poster
 
Posts: 1
Default Workbook Deactivate

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

--
Message posted from http://www.ExcelForum.com