E
Ed
I can add text to a bookmark, but for some reason I can't delete it or
overwrite with "". I'm using
ActiveDocument.Bookmarks("LeftOffHere").Select
ActiveDocument.Bookmarks("LeftOffHere").Range.Text = ""
ActiveDocument.Bookmarks("LeftOffHere").Delete
The bookmark deletes, but the text is still there! What am I doing wrong?
Ed
overwrite with "". I'm using
ActiveDocument.Bookmarks("LeftOffHere").Select
ActiveDocument.Bookmarks("LeftOffHere").Range.Text = ""
ActiveDocument.Bookmarks("LeftOffHere").Delete
The bookmark deletes, but the text is still there! What am I doing wrong?
Ed