Excel中VBA编程学习笔记(十一)--正则表达式

在VBA中使用正则表达式受限需要引用Microsoft VBScript Regular Expressions 5.5类库。在VBA界面,“工具”-->“引用”, 定义正则表达式,如下例: Dim reg As New regexp With reg .Global = True   .IgnoreCase = True .MultiLine = False .Pattern = "[^\u4E
相关文章
相关标签/搜索