| ページ一覧 | ブログ | twitter |  書式 | 書式(表) |

MyMemoWiki

差分

ナビゲーションに移動 検索に移動
編集の要約なし
==Excel VBA 正規表現を使う==
[[Excel VBA]]{{category 正規表現}}{{category VBAソース片}}
[[http://msdn.microsoft.com/library/ja/default.asp?url=/library/ja/script56/html/vsobjRegExp.asp MSDN Visual Basic Scripting Edition RegExp オブジェクト]]
===基本的な使い方===
Set matches = reg.Execute(value)
If matches.Count > > 0 Then
' 一致情報のコレクション
For Each match In matches
Set matches = reg.Execute(value)
If matches.Count > > 0 Then
' 一致情報のコレクション
For Each match In matches

案内メニュー