A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » Mailmerge
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Formatting a merge field that contains both text and numbers



 
 
Thread Tools Display Modes
  #1  
Old February 2nd, 2010, 02:29 PM posted to microsoft.public.word.mailmerge.fields
Drew
external usenet poster
 
Posts: 114
Default Formatting a merge field that contains both text and numbers

I have a field that merges both text and a number to my document. I'd like
to supress the number and keep the text.

I'd like to go from this:
Text-123-45-6789
to this:
Text

Any suggestions? Thanks


  #2  
Old February 2nd, 2010, 08:34 PM posted to microsoft.public.word.mailmerge.fields
macropod[_2_]
external usenet poster
 
Posts: 2,402
Default Formatting a merge field that contains both text and numbers

Hi Drew,

Mailmerge can't do that. You'll need to separate the data at its source and merge just the part you need.

--
Cheers
macropod
[Microsoft MVP - Word]


"Drew" wrote in message ...
I have a field that merges both text and a number to my document. I'd like
to supress the number and keep the text.

I'd like to go from this:
Text-123-45-6789
to this:
Text

Any suggestions? Thanks


  #3  
Old February 2nd, 2010, 11:41 PM posted to microsoft.public.word.mailmerge.fields
Doug Robbins - Word MVP
external usenet poster
 
Posts: 8,239
Default Formatting a merge field that contains both text and numbers

If the number is always of the format -###-##-####, after executing the
merge to a new document, you could to a Wildcard Replace that replaces

-[0-9]{3}-[0-9]{2}-[0-9]{4}

with nothing.

--
Hope this helps,

Doug Robbins - Word MVP

Please reply only to the newsgroups unless you wish to obtain my services on
a paid professional basis.

"Drew" wrote in message
...
I have a field that merges both text and a number to my document. I'd like
to supress the number and keep the text.

I'd like to go from this:
Text-123-45-6789
to this:
Text

Any suggestions? Thanks



  #4  
Old February 3rd, 2010, 03:15 AM posted to microsoft.public.word.mailmerge.fields
macropod[_2_]
external usenet poster
 
Posts: 2,402
Default Formatting a merge field that contains both text and numbers

Hi Doug,

If the document has that kind of info elsewhere (eg because the full string is required in a particular location), one couldn't use
the 'Replace All' option - every instance would have to be stepped through. Conversely, if there is always a particular string
before/after the expression from which the numbers need to be deleted that doesn't appear elsewhere in the document, the
Find/Replace parameters could be modified to suit the 'Replace All' option.

--
Cheers
macropod
[Microsoft MVP - Word]


"Doug Robbins - Word MVP" wrote in message ...
If the number is always of the format -###-##-####, after executing the merge to a new document, you could to a Wildcard Replace
that replaces

-[0-9]{3}-[0-9]{2}-[0-9]{4}

with nothing.

--
Hope this helps,

Doug Robbins - Word MVP

Please reply only to the newsgroups unless you wish to obtain my services on
a paid professional basis.

"Drew" wrote in message ...
I have a field that merges both text and a number to my document. I'd like
to supress the number and keep the text.

I'd like to go from this:
Text-123-45-6789
to this:
Text

Any suggestions? Thanks




  #5  
Old February 3rd, 2010, 08:47 AM posted to microsoft.public.word.mailmerge.fields
Peter Jamieson
external usenet poster
 
Posts: 4,550
Default Formatting a merge field that contains both text and numbers

What is the data source?

Are you in a position to use VBA code?

Peter Jamieson

http://tips.pjmsn.me.uk

On 02/02/2010 14:29, Drew wrote:
I have a field that merges both text and a number to my document. I'd like
to supress the number and keep the text.

I'd like to go from this:
Text-123-45-6789
to this:
Text

Any suggestions? Thanks


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 02:00 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.