Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Word Question
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Miscellaneous
Thread ID:
00460585
Message ID:
00460621
Views:
11
Yes. Thanks to all for the pointing in the right direction. All is working now.

>Does this help?
>
>FROM WORD VBA HELP
>BookmarkID Property Example
>
>This example displays the number of the bookmark that encloses the beginning of the selection.
>
>MsgBox "Bookmark " & Selection.BookmarkID
>This example adds a bookmark named "temp" at the beginning of the document if there's not already a bookmark set for that location.
>
>

>Set myRange = ActiveDocument.Content
>myRange.Collapse Direction:=wdCollapseStart
>If myRange.BookmarkID = 0 Then
> ActiveDocument.Bookmarks.Add Name:="temp", Range:=myRange
>End If
>

>
>Jeff
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform