
03-16-2023, 01:34 PM
|
Novice
|
|
Join Date: Mar 2023
Posts: 3
|
|
Quote:
Originally Posted by kilroyscarnival
I would try highlighting the words and try:
FIND ", " (that is, a typed comma and a typed space)
REPLACE "], [" (that is, close bracket, comma, space, open bracket]
You would still have to open bracket your first word and close bracket your last one, but if there a bunch of comma-separated words in a string, that would do most of it rather simply.
If you are interested in a VBA solution, this thread may guide you there, as it's asking something similar, only with quotation marks. https://www.msofficeforums.com/word-...dd-single.html
|
Hello,
Thank you for your suggestion, i have tried it and it worked perfectly and allowed as well to understand better how the "find/replace" function works. Thank you as well for the link, i do am interested as well seeing a VBA solution.
Have a nice day.
|