Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 08-08-2012, 07:04 PM
macropod's Avatar
macropod macropod is offline Print Document (no markups) Windows 7 64bit Print Document (no markups) Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default


Hi Stanza_chad,

Your macro should simply print the document without invoking the Print dialogue. It also has no effect on that dialogue.

Ordinarily, if you print a document containing comments, you'll get a warning. The following modifications will suppress that warning:
Code:
Sub PrintDoc()
Dim bOption As Boolean
bOption = Options.WarnBeforeSavingPrintingSendingMarkup
Options.WarnBeforeSavingPrintingSendingMarkup = False
Application.PrintOut Range:=wdPrintAllDocument, _
  Item:=wdPrintDocumentContent, Copies:=1
Options.WarnBeforeSavingPrintingSendingMarkup = bOption
End Sub
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
  #2  
Old 08-09-2012, 09:09 AM
Stanza_chad Stanza_chad is offline Print Document (no markups) Windows 7 64bit Print Document (no markups) Office 2010 64bit
Novice
Print Document (no markups)
 
Join Date: Aug 2012
Posts: 3
Stanza_chad is on a distinguished road
Default Re:

Nope, that code doesn't do anything different. Print screen still pops up with Documents showing markup as the default option. See screen shot attached.
When going through File > Print > Settings, Print Markup is selected that route as well.
Attached Images
File Type: png Print Document.png (29.7 KB, 17 views)
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Print Document (no markups) Print document except first page nkg Word VBA 5 05-05-2012 03:57 AM
Print Document (no markups) Mutliple copies 167 print as one document John-N Mail Merge 5 02-19-2012 07:15 PM
Save and send markups ceocast Word 1 12-09-2010 10:39 AM
How can I print out the document as follow? turbomen Project 1 05-23-2010 07:24 AM
When I print the document changes layout cooney Word 0 03-01-2010 12:17 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 11:16 AM.


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