You have the function Replace.
All string function are possible directly on a string .
Example:
Dim txt as String
txt=txt.Replace(Target As String, Replacement As String)
You have the function Replace.
All string function are possible directly on a string .
Example:
Dim txt as String
txt=txt.Replace(Target As String, Replacement As String)