For RepIndex = 0 To UBound(Chars) Text = Replace$(Text, Chars(RepIndex), "") Next ... There is no "Char" type in VB6, nor is there any initialization syntax on ...
stackoverflow.com