Thank you...
not to ask a stupid question, but do i just insert that text into the script and do not chnage the regex pattern?
Dim FSO, objFile, RegEx, strDestin, strFile, strSource
Set FSO = CreateObject("Scripting.FileSystemObject")
Set RegEx = New RegExp
RegEx.Global = True
RegEx.Pattern...