Dim Rng As Range With ActiveDocument Set Rng = .Sections(1).Headers(wdHeaderFooterPrimary).Range Rng.Collapse wdCollapseStart .Bookmarks.Add Name:="MyBookmark", Range:=Rng End With