Problem detecting Application_Quit event

A

Andy K

hi - newbie question (originally posted to Forms Programming in error)

I'm opening an Outlook Calendar Explorer from my VB form, and need t
detect when the user closes the Calendar Explorer so that I can retur
control to the VB form. The Application object has a Quit event - bu
this doesn't seem to fire - maybe because the application Object a
created in the VB app still exists?

Anyway - thanks for any help
 
Top