In A1 I have a letter character, e.g. "H"
In A2 I have a formula
Need VBA to replace multiple characters in A2 string, by their position number, with A1 value
Positions, counting spaces, are:
3
15
39
And another version, to replace by placeholder characters, i.e. if characters in A2 needing replacement with value in A1 were "XXXX"
In A2 I have a formula
Need VBA to replace multiple characters in A2 string, by their position number, with A1 value
Positions, counting spaces, are:
3
15
39
And another version, to replace by placeholder characters, i.e. if characters in A2 needing replacement with value in A1 were "XXXX"