View Single Post
  #3   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Doug Robbins - Word MVP
 
Posts: n/a
Default How do I format text, like Medicare number

See "Formatting Word fields with switches" on fellow MVP Graham Mayor's
website at

http://www.gmayor.com/formatting_word_fields.htm

But that may not work in your case because of the alpha-numeric data in
Excel.

As a result, you may have to insert the hyphens into the data in Excel,
which can be done by use of a formula

Left(cellreference, 3)&"-"&Mid(cellreference, 4, 2)&"-"&Right(cellreference,
5)

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"Code Doctor" Code wrote in message
...
I have in Excel a text field that contains unformated Medicare numbers, ie
123456789A. In a mail merge, using that field, I want the display to look
like 123-45-6789A.