How can I insert a word after finding particular word in a ".doc" file?
Printable View
How can I insert a word after finding particular word in a ".doc" file?
Just write a macro in VBA in word using a Instr() function which returns a position and from there you can insert a word.