Hello,
Working on the automation process of reviewing the word document against few rules. if certain sections are not as per rules, then need to highlight that part in word document.
Is that possible or feasible?
Hello,
Working on the automation process of reviewing the word document against few rules. if certain sections are not as per rules, then need to highlight that part in word document.
Is that possible or feasible?
One way of doing it is as follows:
Thank you @AndyMenon This solution highlights all the occurrences of the word. But the requirement is to highlight only at a specific place where the rule is failing not at every occurrence.
Understood. But at the fundamental level, you do need a way to find those words first before you can analyze rules.
Conversely, if you need to highlight the words only in sections that are not compliant with your rules, then you will need a way to find only those sections first. Which loops us back into your original problem.
We can slightly alter the mechanism to do Find Next instead of Find All. In theory it would be.
You have to start with one or the other approach. Yes?