oWord = CREATEOBJECT("Word.Application")
oDoc = oWord.ActiveDocument
oDoc.Find.Execute([i][b]FindText, MatchCase, MatchWholeWord, MatchWildcards, MatchSoundsLike, MatchAllWordForms, Forward, Wrap, Format, ReplaceWith, Replace, MatchKashida, MatchDiacritics, MatchAlefHamza, MatchControl[/b][/i])