View Single Post
  #2   Report Post  
Doug Robbins - Word MVP
 
Posts: n/a
Default

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

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

Just saving the mailmerge main document as a document should suffice. Then
just open it and execute the merge whenever it is required.


--
Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.

Hope this helps
Doug Robbins - Word MVP
"David Nelson" wrote in message
...
I am attempting to merge Excel fields into a Word Document using mailmerge
(essentially filling in a form). For lack of a better document I am using
"letter" merge (8.5"x11") as my "form" (e.g. a blank piece of paper). I

am
experiencing two issues:

1. The numbers are losing their formating. One field I would like to have
as currency with cents and another is a "Stock Number" that is

alphanumeric.
The currency field comes across as a number with no formating. The
alphanumeric part is fine as long as it is numeric only (if an "alpha" is

in
it the value returned is "0"). My field values are reflected as
STOCK_NO and LST_PRICE.

2. My second issue is that this process would be run several times a week.
It appears the easiest way to make this repeatable is to create a template
(*.dot) file that references the same Excel file and process it with the
updates...or am I missing something?

Thanks in Advance,

Dave