J
James N.
i want to add bookmarks to a document that use the value of a string as the
bookmark name. An extract of the code is below.
strBookmarkID = DateID
mydoc.Bookmarks.Add Name:="strBookmarkID", Range:=Selection.Range
where DateID is the output of a function to create a unique string value for
the bookmark.
All i get is a bookmark named strBookmarkID and not the value of
strBookmarkID.
any ideas?
Thanks
bookmark name. An extract of the code is below.
strBookmarkID = DateID
mydoc.Bookmarks.Add Name:="strBookmarkID", Range:=Selection.Range
where DateID is the output of a function to create a unique string value for
the bookmark.
All i get is a bookmark named strBookmarkID and not the value of
strBookmarkID.
any ideas?
Thanks