Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Developers,
I have many bookmarks. Sometimes I require to change a field in all bookmarks, so I do it manually.
Can somebody tell me what is the vba script to replace a book mark?
I used this but it doesn't work.
ActiveDocument.RecallDocBookmark "BM"
ActiveDocument.Fields("Year").Select "2016Q3"
ActiveDocument.ReplaceBookmark "BM"
I think I am using wrong script for replace bookmark. If somebody can help that would be great.
Thanks,
Abhik