Thread: Events
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gord Dibben[_2_] Gord Dibben[_2_] is offline
external usenet poster
 
Posts: 621
Default Events

Closing a workbook is a Workbook event.

Closing the Excel application would be an Application event.

See Chip's site for Application event info.

http://www.cpearson.com/excel/AppEvent.aspx


Gord Dibben MS Excel MVP

On Wed, 20 Oct 2010 20:00:08 +0200, "Peter Ostermann"
wrote:

Hi Folks,

which event happens when the cross "x" of a window is clicked. I mean the "x" in the right upper corner of an workbook window and
also the "x" of the Excel app window. May be it are even different events.

Regards
Peter