![]() |
#1
|
|||
|
|||
![]()
Trying to create a macro to be able print documents without showing markup comments. Apparently it is not possible to uncheck Print Markups by default if there open comments, so hoping to work around that by creating a shortcut.
So far I have this, but doesn't seem to change the Print what option to just say Document: Code:
Sub PrintDoc() ' ' Print document only, no markups. ' Application.PrintOut Range:=wdPrintAllDocument, Item:= _ wdPrintDocumentContent, Copies:=1 End Sub Thanks. Last edited by macropod; 08-08-2012 at 05:12 PM. Reason: Added code tags |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
nkg | Word VBA | 5 | 05-05-2012 03:57 AM |
![]() |
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 |