Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yes it is, put the macro Workbook_BeforeClose.
Private Sub Workbook_BeforeClose(Cancel As Boolean) Dim Answ As Integer Answ = MsgBox("OK to close?", vbYesNo) If Answ = vbNo Then Cancel = True End If End Sub -----Original Message----- Is there any way I can get a macro to run automatically everytime a user closes down the workbook? Many thanks KD . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
making NT user/login user appear in a cell | Excel Worksheet Functions | |||
Using macro to stop user from emailing workbook | Excel Discussion (Misc queries) | |||
I want a macro to save a workbook as a user inputted cell | Excel Discussion (Misc queries) | |||
Workbook Unexpectedly Closes Immediately | Excel Discussion (Misc queries) | |||
Making a macro run when the user closes a workbook | Excel Programming |