G
geotso
In a word document there are some (not always the same amount of) comma
separated words like:
test, more, active, problem, full, oil, year etc
and I want them sorted alphabetically, like:
active, full, more, oil, problem, test, year
For now, I use the following steps:
I Select the words and convert them to table
Then, I sort them
Finally I convert the table back to text
Is there a VBA script to simplify the process?
Thanks
separated words like:
test, more, active, problem, full, oil, year etc
and I want them sorted alphabetically, like:
active, full, more, oil, problem, test, year
For now, I use the following steps:
I Select the words and convert them to table
Then, I sort them
Finally I convert the table back to text
Is there a VBA script to simplify the process?
Thanks