[Excel Automation] Quit Event Object

  • Thread starter ALESSANDRO Baraldi
  • Start date
A

ALESSANDRO Baraldi

Hi all....!
Using Word Automation like this :

Private WithEvents objWordApp As Word.Application

i can intercept Quit Event of my WordObject.

How can i do the same thing with ExcelObject, i can't
see Quit Event, and i don't know which other event can
satisfy my requirement.

I can't use API to intercept Excel, i need to test MyObjXL
or MyObjXL.WorkBook because the user can Open Excel for other
application....!

I try also with Excel.Workbook Event, but with no good results.

Thank again.
Alessandro(IT)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top