Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 05-10-2013, 08:28 AM
thedeadzeds thedeadzeds is offline Message Box on Close Windows XP Message Box on Close Office 2003
Novice
Message Box on Close
 
Join Date: May 2013
Posts: 5
thedeadzeds is on a distinguished road
Default Message Box on Close


Hi All,

I have the following code which works great. However, I want to adapt it so if the message box is clicked 'No' Then the document DOES NOT close. Is this possible?

Thanks
Code:
Private Sub Document_Close()
Dim orng As Word.Range
Dim ofld As FormFields
Set orng = ActiveDocument.Range
Set ofld = orng.FormFields
For i = 1 To ofld.Count
  ofld(i).Select
  If ofld(i).Name = "Home_Attempt_1_Date" Then
    If ofld(i).Result = "N/A" Then
      MsgBox ofld(i).Name & " is N/A, ", vbYesNoCancel
      Exit Sub
    End If
  End If
Next i
ActiveDocument.Close
End Sub
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Message Box on Close Close 'downloads' window with VBA CatMan Excel Programming 6 12-14-2012 01:34 PM
EXCEL tries to close a file userman Excel 2 05-31-2012 03:15 AM
Message Box on Close Message replys are shown at the bottom of the message, how can I get them to the top Gardy Outlook 3 05-23-2012 01:20 AM
Prompt when close the document ubns Word 15 04-29-2012 10:07 PM
Is there an exit on close ? mhdadmh Word 0 10-12-2006 04:28 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 10:52 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft