M
mehdi
I have made a vb code to search and replace a word from suggested list
(similar to that of spell checker/replacement suggestions). The code
works fine, but I want to see the word for which replacement is being
asked. All my code does is to display suggestion list, replacewith the
selected without showing where in the document that replacemnet is
being carried out. can anyone help?
my code looks like this
..MatchWholeWord = True
..Execute FindText:=FindWord, ReplaceWith:=SuggestionList.Value,
Format:=True, _
Replace:=wdReplaceOne
(similar to that of spell checker/replacement suggestions). The code
works fine, but I want to see the word for which replacement is being
asked. All my code does is to display suggestion list, replacewith the
selected without showing where in the document that replacemnet is
being carried out. can anyone help?
my code looks like this
..MatchWholeWord = True
..Execute FindText:=FindWord, ReplaceWith:=SuggestionList.Value,
Format:=True, _
Replace:=wdReplaceOne