vrunda
Member
I need a code to remove characters specified in text box on userform . I used replace function but the code takes the sequence of characters/text/digits given in textbox. I have seen a utility which deletes the characters mentioned in textbox in any order.
Suppose my words are : Ram# , (Seeta), {Krishna} etc. In text box if i give "#)e" then it shall delete all three char. from every word if present.
But by replace func. it is not doing so.
Pls help
Suppose my words are : Ram# , (Seeta), {Krishna} etc. In text box if i give "#)e" then it shall delete all three char. from every word if present.
But by replace func. it is not doing so.
Pls help