Space after comma

  • Thread starter Thread starter Todd
  • Start date Start date
T

Todd

I have a list of names that are in a last name, first name
format. After the comma there is not a space so the name
appears like Last,First. Is there any function that i ca
use to put a space after the comma so it appears:
Last, First?
Thanks for the help!
 
One way:
Highlight the list. Select "Edit", "Replace". In the "Find" box typ
a comma. In the "Replace With" box type a comma and a space. Selec
"Replace All".
That should do it. :cool
 
Back
Top