vba-text-editor

ReplaceSubString

Property

code

Public Property Get code() As Long

メソッド実行直後の終了コードを返す。

GlobalMatch

Public Property
  Get GlobalMatch() As Boolean
  Let GlobalMatch(boolGlobalMatch As Boolean)

正規表現による文字列操作の有効範囲を表す真偽値を返す。

パラメータ:

正規表現パターンに合致する文字列を新しい文字列に置換する。

Method

runCommand

Public Sub runCommand(
  strSrcPath As String,
  strDstPath As String,
  strPattern As String,
  strReplacement As String
)

パラメータ:

HOME