Hi All,
I want to ask how to remove unwanted character from string??
Can provide an example?
Dim A As String
A = "@AA@BB@CC@DD"
If i want to remove @BB what method i should use?
First i try to use instr to detect where the @BB but how to do next?
Can help me and provide an example thank you....
Thanks