FIND.EXECUTE is a Word Method that does the same thing as /Edit/Find.
See http://msdn.microsoft.com/en-us/library/microsoft.office.interop.word.find.execute.aspx
I need some help in getting to to work in AutoIT.
My program is trying to modify a Word doc which contains a two column table that looks like this.
City # of Members
Atlanta 175
Boston 123
Chicago 137
It searches for a value in column A and if it's found it will modify the corresponding value in column B. For exa