R
Rich
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?
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?