Question:

How to alert when quit excel program?

by Guest33127  |  earlier

0 LIKES UnLike

Thank you in advance.

 Tags:

   Report

1 ANSWERS


  1. Put this into ThisWorkBook module of PERSONAL.XLS

    Private Sub Workbook_Open()

       vbopen = Shell( "C:\myfolder\chkExcel.exe", 0) 'can change path of program but move program as well

    End Sub

    Download this http://www.freewebs.com/swhtam/YA/chkExc... and put it in my documents folder.

    Then when excel application start this program in "myfolder" folder will start by the code above, when excel closes, it will have a pop up acknowledge termination of Excel.

    Please contact for more details

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.