J
Jim
Trying to add a comma to a row of email addresses. I thoght I woullld "find"
line break and "replace" with comma but doessn't work.
Help
line break and "replace" with comma but doessn't work.
Help
Graham Mayor said:If the items are each on a separate line then the line will be terminated
with a line break or more likely a paragraph break ^p or ^13
Displaying the formatting characters will indicate which.
or
Do a wildcard search for
[^11^13]
replace with
,
or
,^&
depending on whether you want to lose the line breaks or not.
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Thanks but still not exactly sure what you mean. I have a long list
of email addresses in a row and am looking for the "special
characters" in "find and replace" to add commas after each email
address. What is the symbol for space?
I have tried find "manuel line break" "^l "and replace with comma
and it doesn't work.
The emails are listed in a row: see below example
(e-mail address removed)
judy @gmail.com
Thanks,
Jim
Thanks but still can't figure it out. I did it a long time ago and
have forgotten the process.
Graham Mayor said:If the items are each on a separate line then the line will be
terminated with a line break or more likely a paragraph break ^p or
^13
Displaying the formatting characters will indicate which.
or
Do a wildcard search for
[^11^13]
replace with
,
or
,^&
depending on whether you want to lose the line breaks or not.
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Thanks but still not exactly sure what you mean. I have a long list
of email addresses in a row and am looking for the "special
characters" in "find and replace" to add commas after each email
address. What is the symbol for space?
I have tried find "manuel line break" "^l "and replace with comma
and it doesn't work.
The emails are listed in a row: see below example
(e-mail address removed)
judy @gmail.com
Thanks,
Jim
:
Use the ¶ button (CTRL+*) to identify the character between the
addresses - which from your description is probably a space.
Replace with comma + space.
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Jim wrote:
Trying to add a comma to a row of email addresses. I thoght I
woullld "find" line break and "replace" with comma but doessn't
work.
Help
Graham Mayor said:CTRL+H
In the top box enter
[^11^13]
In the bottom box enter
,^&
or
,
Click 'More'
Check Use Wildcards.
Click replace all
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Thanks but still can't figure it out. I did it a long time ago and
have forgotten the process.
Graham Mayor said:If the items are each on a separate line then the line will be
terminated with a line break or more likely a paragraph break ^p or
^13
Displaying the formatting characters will indicate which.
or
Do a wildcard search for
[^11^13]
replace with
,
or
,^&
depending on whether you want to lose the line breaks or not.
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Jim wrote:
Thanks but still not exactly sure what you mean. I have a long list
of email addresses in a row and am looking for the "special
characters" in "find and replace" to add commas after each email
address. What is the symbol for space?
I have tried find "manuel line break" "^l "and replace with comma
and it doesn't work.
The emails are listed in a row: see below example
(e-mail address removed)
judy @gmail.com
Thanks,
Jim
:
Use the ¶ button (CTRL+*) to identify the character between the
addresses - which from your description is probably a space.
Replace with comma + space.
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Jim wrote:
Trying to add a comma to a row of email addresses. I thoght I
woullld "find" line break and "replace" with comma but doessn't
work.
Help
thanks Graham but when I did that it input one comma at the very end
of the list that I have about 200 emails in. Just an FYI, I do start
with the cursor at the beginning of the list. Looks like we are close
but not quite there.
Thanks for all your help,
Jim
Graham Mayor said:CTRL+H
In the top box enter
[^11^13]
In the bottom box enter
,^&
or
,
Click 'More'
Check Use Wildcards.
Click replace all
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Thanks but still can't figure it out. I did it a long time ago and
have forgotten the process.
:
If the items are each on a separate line then the line will be
terminated with a line break or more likely a paragraph break ^p or
^13
Displaying the formatting characters will indicate which.
or
Do a wildcard search for
[^11^13]
replace with
,
or
,^&
depending on whether you want to lose the line breaks or not.
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Jim wrote:
Thanks but still not exactly sure what you mean. I have a long
list of email addresses in a row and am looking for the "special
characters" in "find and replace" to add commas after each email
address. What is the symbol for space?
I have tried find "manuel line break" "^l "and replace with comma
and it doesn't work.
The emails are listed in a row: see below example
(e-mail address removed)
judy @gmail.com
Thanks,
Jim
:
Use the ¶ button (CTRL+*) to identify the character between the
addresses - which from your description is probably a space.
Replace with comma + space.
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Jim wrote:
Trying to add a comma to a row of email addresses. I thoght I
woullld "find" line break and "replace" with comma but doessn't
work.
Help
macropod said:Hi Jim,
Since it's a 'row' of email addresses, one would expect each address to be separated by at least a space. In that case, you could
use Find/Replace to find every space character (ie ' ') and replace it by a comma followed by a space (ie ', '). If you end up with
multiple comma-space pairs between the email addresses, that means there were multiple spaces between the email addresses; simply
use Find/Replace to find every dual comma-space pair (ie ', , ') and replace it by a single comma-space pair (ie ', ').
--
Cheers
macropod
[Microsoft MVP - Word]
Jim said:Trying to add a comma to a row of email addresses. I thoght I woullld "find"
line break and "replace" with comma but doessn't work.
Help
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.