I have a column of names that I pass through a macro. The names get concatenated with an ID number in some cases. e.g. "Campbell" becomes "0131 Campbell" and if it passes through again it can become "4438 0131 Campbell". The number is always 4 digits and there is always a space. I was looking for some way to code in VBA an IF statement that would look for a #### followed by a space and if this formatting exists (or exists in multiple iterations) then it would remove those characters.
Any help would be appreciated.
Cheers,
AJ
Any help would be appreciated.
Cheers,
AJ