![]() |
#1
|
|||
|
|||
![]() Is there a way to remove the Cancel button when the user clicks the "X" button in the upper-right corner of the Word window I wrote the following but it didnt seem to work Code:
Private Sub Document_BeforeClose(Cancel As Boolean) If ActiveDocument.Saved = False Then Select Case MsgBox("Do you want to save changes to this document?", vbYesNo + vbExclamation + vbDefaultButton1, "Microsoft Word") Case vbYes ActiveDocument.Save Case vbNo 'Do nothing End Select End If End Sub Pl assist. Thanks. |
#2
|
||||
|
||||
![]()
This shouldn't be necessary as Word should prompt regardless if the document is unsaved.
__________________
Graham Mayor - MS MVP (Word) (2002-2019) Visit my web site for more programming tips and ready made processes www.gmayor.com |
#3
|
|||
|
|||
![]()
Hi Gmayor
I want to disable the save prompt and customize it to only a (save and quit) and a (don't save and quit) prompt. Is there anyway it can be customize? Thanks. |
![]() |
Thread Tools | |
Display Modes | |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
Msxfc | Word | 3 | 02-26-2022 07:24 AM |
Outlook local fodlers: function and how to remove | village | Outlook | 0 | 04-14-2019 01:02 AM |
![]() |
stevenel | Mail Merge | 19 | 07-13-2018 06:48 AM |
![]() |
IanM_01 | Word | 5 | 11-21-2015 02:29 AM |
![]() |
lcaretto | Excel Programming | 2 | 05-26-2014 07:19 PM |