View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Robert A. Boudra Robert A. Boudra is offline
external usenet poster
 
Posts: 5
Default Check to see if Excel has closed

I am building a VB6 application that uses Automation to populate an Excel
worksheet with data from a database table. When cleaning up as the
application closes, is there any way to check to see if the user has
manually closed the Automation server (Excel session) before I attempt to
close it in code?

Bob