Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Dr. Mevita Dr. Mevita is offline
external usenet poster
 
Posts: 1
Default Prevent printing of documents

Is there a way to allow viewing but not printing of a document? This is
useful for documents containing confidential information that are shared with
some others, but you don't want them to be printed & left somewhere.
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Prevent printing of documents

Dr. Mevita wrote:
Is there a way to allow viewing but not printing of a document? This
is useful for documents containing confidential information that are
shared with some others, but you don't want them to be printed & left
somewhere.


If all your users are cooperative, you can use a couple of small macros to
intercept the print commands and disable them. If a user is uncooperative,
there's nothing Word can do to prevent printing.

Add these macros (http://www.gmayor.com/installing_macro.htm) to the
document:

Sub FilePrint()
MsgBox "Printing is disabled."
End Sub

Sub FilePrintDefault()
MsgBox "Printing is disabled."
End Sub

The first one intercepts the Print command on the menu and its Ctrl+P
shortcut, and the second one intercepts the Print button on the toolbar.

The drawback is that macros stored in a document always trigger the macro
antivirus mechanism. If the user has set their macro security level to High
or Very High, the macros will be disabled and there won't be any
interception of print commands. You have to request users to set their
security level to Medium and, when a message appears during opening of the
document, to click the Enable button. The only way to avoid this is to
digitally sign the macro project, using a security certificate. That's an
expensive alternative to simply asking users not to print the documents.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.


Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Prevent Printing of one page [email protected] Microsoft Word Help 1 May 9th 09 05:04 AM
Prevent users from printing Lluis Escude Microsoft Word Help 10 June 19th 08 04:33 PM
how can I prevent a line from printing? Pat Microsoft Word Help 2 September 20th 05 09:17 PM
prevent printing (not fullproof) [email protected] New Users 1 April 1st 05 12:03 PM
How do I prevent the > from printing when I want the . ? urocyon Microsoft Word Help 1 December 20th 04 03:25 AM


All times are GMT +1. The time now is 01:09 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"