SyntaxFix
Write A Post
Hire A Developer
Questions
The String class has a Replace method that will do that.
String
Replace
Dim clean as String clean = myString.Replace(",", "")