Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I created a Bookmark with Name="BMTest" , BookmarkID="BM01".
Now i am trying to Clear the bookmark by using macro. i tried below code but generating an error message.
Pls check this below line.
ActiveDocument.ClearDocBookmarks "BMTest" 'It should remove only this BMTest Bookmark.No other Bookmarks should be removed.
Thanks in advance
hei
use this line instead
ActiveDocument.RemoveDocBookmark "test"