Because "Bookmarks" is not a defined constant in VBA. One of the benefits of
VBA is that you can put the cursor on any keyword (such as GoTo) and press
F1 to see the Help for that keyword. Which would show you that you want --
What:=wdGoToBookmark.
> Hi,
>
[quoted text clipped - 8 lines]
>
> John
John - 22 Mar 2006 09:53 GMT
Thanks. Explanation very helpful.
John
> Because "Bookmarks" is not a defined constant in VBA. One of the benefits
> of VBA is that you can put the cursor on any keyword (such as GoTo) and
[quoted text clipped - 15 lines]
>>
>> John