I have been trying to incorporate in some of my macros language to have Word ignore all instances of a selected word. A search through Word VBA help gave me the following language:
Selection.NoProofing = True
but it doesn’t do the job and I haven’t been able to find anything else. What I am trying to do is duplicate the effect of coming to a word that has been marked as incorrectly spelled by Word (with the red squiggle underline), right-clicking to bring up the context menu, and choosing from that menu Ignore All. When you choose Ignore All, the red squiggle disappears from all instances of the word in the document and Word no longer sees it as misspelled.
Does anyone have a suggestion? Thanks.