Removing space
Thanks a lot for your solution! It works to remove all spaces in the text field. But what if I only wanted to remove the space following the comma in LastName, Firstname MiddleName, e.g. Berg, Richard Allen becomes Berg,Richard Allen and not Berg,RichardAllen?
Will modifying...