Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to display a message box when the user 'exits' the application.
Sub Auto_close () MsgBox "THANK YOU FOR YOUR FEEDBACK ", vbOKOnly + vbInformation, "From the Agreement Finance Team" Application.Quit End Sub The problem is that the message box appears twice, each time prompting the user to click ok. Any ideas why or how I can stop this. Thanks Mark ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~ View and post usenet messages directly from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Run macro on exit | Excel Discussion (Misc queries) | |||
Exit Sub | Excel Discussion (Misc queries) | |||
Run when exit | Excel Worksheet Functions | |||
Excel 2003 - the "X" to exit the application option is greyed out. | Excel Discussion (Misc queries) | |||
Close or Exit application | Excel Programming |