I need some code that will do the following.
List1 contains
Ricky
Richard
when i click command button it will add the following to list 2. Change a certain letter to a different letter. In this case i's to l's.
RLcky
RLchard
And if possible have it so i can change the letters by having them as values when i call the function.
Thanks in advance.
