Group: microsoft.public.word.vba.general
From: "Doug Robbins - Word MVP"
Date: Saturday, March 29, 2008 4:34 AM
Subject: Re: Can't access Bookmark

I doubt that is the line of code that is causing the problem. Show us all
of the code.

--
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

"Rich" wrote in message
news:57B50246-8AB8-4A20-8555-C8D8AE658DBD@microsoft.com...
>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?