Put parenthesis around each word in a list

M

Mike A.

How do I put parentheses around each word in a list where each word if
followed by a comma. For example, I want the list to look as follows:
(word1), (text2),(example3), (paragraph4), etc. I am using MS Word 2000.
 
M

macropod

Hi Mike,

Using Find/Replace:
.. Check the 'Use wildcards' option
.. Find: (<*>)(,)
.. Replace with: (\1)\2
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top