案例需求:
1.在文档中定位到特定的字符
解决方案:
案例需求1示例代码:
Application.ActiveWindow.Selection.Find.Execute("此处填写您要查找的字符串");
Find.Execute方法介绍
运行指定的查找操作。 如果查找成功,则返回 True。 Boolean。
表达式。执行 (FindText、 MatchCase、 MatchWholeWord、 MatchWildcards、 MatchSoundsLike、 MatchAllWordForms、 Forward、 Wrap、 Format、 ReplaceWith、 Replace、 MatchKashida、 MatchDiacritics、 MatchAlefHamza、 MatchControl)
案例需求:
1.在文档中定位到特定的字符
解决方案:
案例需求1示例代码:
Find.Execute方法介绍
运行指定的查找操作。 如果查找成功,则返回 True。 Boolean。
语法
表达式。执行 (FindText、 MatchCase、 MatchWholeWord、 MatchWildcards、 MatchSoundsLike、 MatchAllWordForms、 Forward、 Wrap、 Format、 ReplaceWith、 Replace、 MatchKashida、 MatchDiacritics、 MatchAlefHamza、 MatchControl)
参数
📋 章节目录
语法 参数