Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
hi there
Is there a way to 'turn off' the prompt "Do you want to save your changes?" when you close excel? Many thanks for any help! Dawnyanne |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Alt+F11 to open VB editor. Double click this workook and paste this in:- Private Sub Workbook_BeforeClose(Cancel As Boolean) Me.Saved = True End Sub Mike "Dawnyanne" wrote: hi there Is there a way to 'turn off' the prompt "Do you want to save your changes?" when you close excel? Many thanks for any help! Dawnyanne |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Mike
Thank you so much!! "Mike H" wrote: Hi, Alt+F11 to open VB editor. Double click this workook and paste this in:- Private Sub Workbook_BeforeClose(Cancel As Boolean) Me.Saved = True End Sub Mike "Dawnyanne" wrote: hi there Is there a way to 'turn off' the prompt "Do you want to save your changes?" when you close excel? Many thanks for any help! Dawnyanne |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
why it never prompt to save after closing | Setting up and Configuration of Excel | |||
Turn Off save prompt, reminder when closing modified WORD... | New Users to Excel | |||
how to disable save prompt on closing excel file in automated mode | Excel Discussion (Misc queries) | |||
Excel 2003 does not prompt to save changes when closing? | Excel Discussion (Misc queries) | |||
Save? prompt when closing Excel | Excel Discussion (Misc queries) |