Currency missing after mailmerge

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an existing Excel Document with currency. I am attempting to do a
mail merge in word using the Excel Document as my datasource. It pulls
everything over, but it does not pull over the actual Excel formatting. For
example, instead of $300.00 all I get is 300. or instead of 300.60 all I get
is 300.6, or instead of 0.00 all I get is 0. It will not bring over the
decimals and zeros. Do you have an option I could try???
 
Add a switch to the mergefield in Word, e.g.:

{ MERGEFIELD FieldName \# "$#,0.00" }
 

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

Back
Top