Please help me writing a VBA script to bookmark all pages having a common word in a document.
I am alraedy done with:
opening a document
Finding the word
Placing a book mark
Challenge is I want bookmark placed on all pages where word "customer" appears. My current code only put bookmark on first result after finding "customer"
Kindly help this is extremely urgent.