Hi, Is it possible to match and Input box answer against RegEx so Special characters are used, can someone help please?
This is what I have so far
Dim MyStr As String, addStr As String, RegEx As Object
On Error Resume Next
addStr = InputBox("Cells...", "Enter Character")
Set...