Forum Discussion
Funfunfan
Apr 30, 2022Copper Contributor
How to find & replace text in tables only in word 2003?
Hello, I want to find and replace text in tables only, without affecting the rest of the text. I tried various solutions found on the internet, but they don't work in my case. [I've solved this pr...
Funfunfan
May 02, 2022Copper Contributor
Thank you. It only replaces one instance. I need the Replace All function working in tables only.
May 02, 2022
Replace
Wrap:=wdFindStop
with
Wrap:=wdFindContinue
Avoid making a replacement such as Testing for Test
Wrap:=wdFindStop
with
Wrap:=wdFindContinue
Avoid making a replacement such as Testing for Test
- FunfunfanMay 02, 2022Copper ContributorThanks. It worked, but for some reason each time I apply this, the same portion of the text that is not in table starts flashing, and after 5 or 10 seconds word goes into Not responding mode and brings out the Close program dialog.