theflyingminst
09-04-2008, 03:33 PM
Hi from searching Google it seems this should work in replacing all instances of upper or lowercase "A"/"a" to "B".. but it doesn't work. Anyone know what I might be doing wrong?
Thanks very much.
Thetext=Replace(Thetext,"A", "B",1,-1,1)
Thanks very much.
Thetext=Replace(Thetext,"A", "B",1,-1,1)