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
相關文章
相關標籤/搜索