Document.Bookmarks (Word)
Returns a Bookmarks collection that represents all the bookmarks in a document.
For information about returning a single member of a collection, see Returning an object from a collection.
With ActiveDocument.Bookmarks(1)
BookStart = .Start
BookEnd = .End
End With