Is there a way to remove the Copy command from a Word document?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If this is possible at all, how would I go about doing this? Thanks in
advnace. A.
 
Create the following macro

Sub EditCopy()
MsgBox "Copying Prohibited"
End Sub

Not very secure

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
 
If you are trying to prevent users from coping the document content
then the only secure method of preventing this is if you are using
Word 2003 and IRM.

If you aren't using Word 2003 then your best bet is to use a PDF
format. All but IRM in Word can be easily by-passed.

For example the macro Doug provided may or may not actually run
depending on the user's macro security. By default it is set to High
which prevents macros from running. So if you are sending the document
out most Word users will be able to copy the document content since
the macro will not run.

Please post all follow-up questions to the newsgroup. Requests for
assistance by email can not be acknowledged.

~~~~~~~~~~~~~~~
Beth Melton
Microsoft Office MVP

Word FAQ: http://mvps.org/word
TechTrax eZine: http://mousetrax.com/techtrax/
MVP FAQ site: http://mvps.org/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top