I am currently working in Words Version 2003. The macro works find. When
someone else try to use it with Version 2000, it comes with "Run time error
4605 - This method or property is not available because the object refers to
a protected area of the document."
It seems to hang up on this:
Num = ActiveDocument.Bookmarks("Text24").Range.Text
The document is protected and is a form.
How can I by pass this to allow it to work in Version 2000?
InAnyPlace - 28 Mar 2008 20:18 GMT
Access my profile Details in:
http://al-bernardes.sites.uol.com.br/
http://www.linkedin.com/in/andrebernardes
http://andrebernardes.myplaxo.com/
André Luiz Bernardes
> I am currently working in Words Version 2003. The macro works find. When
> someone else try to use it with Version 2000, it comes with "Run time error
[quoted text clipped - 7 lines]
>
> How can I by pass this to allow it to work in Version 2000?
Doug Robbins - Word MVP - 29 Mar 2008 10:34 GMT
I doubt that is the line of code that is causing the problem. Show us all
of the code.

Signature
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
>I am currently working in Words Version 2003. The macro works find. When
> someone else try to use it with Version 2000, it comes with "Run time
[quoted text clipped - 9 lines]
>
> How can I by pass this to allow it to work in Version 2000?