Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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])
oword = GETOBJECT(,'word.application')
oword.ActiveDocument.Tables(1).Rows(1).Delete