View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] krechet@gmail.com is offline
external usenet poster
 
Posts: 1
Default Excel opened by program and closed by user

How can I catch if the USER closes Excel which I opened from the
external application in VB.NET?

Users can open and interact with a spreadsheet, but how can I tell
when
they close Excel?
I need to set my variables (xlApp) to nothing and do other stuff

Thanks!