View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default Closing VB triggers closing Excel

Minilek,
How are you opening Excel initially ?

NickHK

"Minilek" wrote in message
...
Hi, I wanted to ask a question about linking closing a Visual Basic
application with closing Excel. I have a VB app that calls an Excel

macro.
If for some reason someone closes the VB app (normally, by

ctrl+alt+del'ng,
or just in any way at all), I want Excel to automatically close also. Is

it
possible to do this ? Thanks.