ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Messages (https://www.excelbanter.com/excel-worksheet-functions/243768-messages.html)

Link[_2_]

Messages
 
Is there any way you can have a message so that it shows when hit the close
button - the message would ask a yes or no questions in a worksheet (Not the
usual save message)

Gord Dibben

Messages
 
I'm sure there is more to this question than you posted but..........

In Thisworkbook module.

Private Sub Workbook_BeforeClose(Cancel As Boolean)
MsgBox "Did you have a nutritious breakfast?"
End Sub

That code does nothing other than ask a question.

Maybe post some more details of what you want to occur?


Gord Dibben MS Excel MVP

On Fri, 25 Sep 2009 10:36:01 -0700, Link
wrote:

Is there any way you can have a message so that it shows when hit the close
button - the message would ask a yes or no questions in a worksheet (Not the
usual save message)




All times are GMT +1. The time now is 10:36 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com