Selection.GoTo What:=wdGoToBookmark, Name:="bmtest" With ActiveDocument.Bookmarks .DefaultSorting = wdSortByName .ShowHidden = False End With Selection.TypeText Text:="bookmark test"
Selection.GoTo What:=wdGoToBookmark, Name:="bminvno" With ActiveDocument.Bookmarks .DefaultSorting = wdSortByName .ShowHidden = False End With Selection.TypeText Text:="F008120123"
Selection.GoTo What:=wdGoToBookmark, Name:="bmdate" With ActiveDocument.Bookmarks .DefaultSorting = wdSortByName .ShowHidden = False End With Selection.TypeText Text:="2008.07.30"
Selection.GoTo What:=wdGoToBookmark, Name:="bmcustinfo" With ActiveDocument.Bookmarks .DefaultSorting = wdSortByName .ShowHidden = False End With Selection.TypeText Text:="CORPNAME LOCATION"
End Sub ---------------------------------------------------------------