Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Programming / November 2004

Tip: Looking for answers? Try searching our database.

prevent copy and past of document

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
albatros - 02 Nov 2004 19:11 GMT
please, do anyone have a macro to block/unblock copying and paste of
document?

I am using microsoft word 2000

thanks for any help I can get
albatro

--
Message posted from http://www.ExcelForum.com
Helmut Weber - 03 Nov 2004 14:40 GMT
Hi,
you could intercept both these commands:
Sub editcopy()
  MsgBox "editcopy"
End Sub
Sub editpaste()
  MsgBox "editpaste"
End Sub
If you put them in a module of a document,
they should work only for this document.
But I doubt, whether that would fulfill
all your expectations.
---
Greetings from Bavaria, Germany
Helmut Weber, MVP
"red.sys" & chr(64) & "t-online.de"
Word 2002, Windows 2000
albatros - 04 Nov 2004 11:18 GMT
Thanks for your indication which I found very useful and the wior on the
document where I applyed.
Maybe , if it is not to much trouble for you, you have a solution to
disable the also the cursor in the document

Thanks a lot
Albatros

---
Message posted from http://www.ExcelForum.com/
Helmut Weber - 05 Nov 2004 07:25 GMT
Hi,
I think, you are on the wrong track.
If you want to prevent changing of a document,
copying and pasting parts of it also,
you need Adobe Acrobat and create a PDF-File.
---
Greetings from Bavaria, Germany
Helmut Weber, MVP
"red.sys" & chr(64) & "t-online.de"
Word XP, Win 98
http://word.mvps.org/
Howard Kaikow - 05 Nov 2004 09:06 GMT
Helmut beat me to it, but I'd like to add, what's the point of trying to
prevent copy and paste in Word?
One can always bypass such mechanisms.

Signature

http://www.standards.com/; See Howard Kaikow's web site.

> Hi,
> I think, you are on the wrong track.
[quoted text clipped - 7 lines]
> Word XP, Win 98
> http://word.mvps.org/
Helmut Weber - 05 Nov 2004 14:16 GMT
Hi Howard,
that is always the crucial point,
whether it is better to answer a question or
to try to find out, what someone really wants
to achieve and what that would be good for...
I don't know.
If someone wants to overwrite copy and paste, well...
think of "The Sorcerer's Apprentice".
Have a nice day.
---
Greetings from Bavaria, Germany
Helmut Weber, MVP
"red.sys" & chr(64) & "t-online.de"
Word XP, Win 98
http://word.mvps.org/
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.