View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
CRayF CRayF is offline
external usenet poster
 
Posts: 115
Default Is there a SUB like "Sub Worksheet_De-Activate()"?

Private Sub Worksheet_SelectionChange()
Private Sub Worksheet_Activate()

Is there actions I can take when the current Workshhet is being "left" as
opposed to Activate?