> Hello again
> I have bookmark in Header, When I try to get to it in VB with the code --
[quoted text clipped - 8 lines]
> Help please!!!
> You guys have been great so far
Instead of this
Selection.GoTo What:=wdGoToBookmark, Name:="HeaderPlanName"
use this
ActiveDocument.Bookmarks("HeaderPlanName").Range.Select
The Selection.Goto method only works where the bookmark is in the same
storyrange as the selection.

Signature
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
Helmut Weber - 10 Feb 2006 13:51 GMT
Hi,
yes, as Jonathan said,
and in addition, there is hardly a situation,
in which you need to select the bookmark at all.

Signature
Greetings from Bavaria, Germany
Helmut Weber, MVP WordVBA
Win XP, Office 2003
"red.sys" & Chr$(64) & "t-online.de"
Sukhi - 10 Feb 2006 14:15 GMT
You guys are *s
> Hi,
>
> yes, as Jonathan said,
>
> and in addition, there is hardly a situation,
> in which you need to select the bookmark at all.