Hi,
You can do this by adding a formatting (picture) switch to your mergefield. If you select the field and press Shift-F9, you should
see something like:
{MERGEFIELD xlNumber}
If you add '\# ,0' after your mergefield's name (I've use xlNumber), thus:
{MERGEFIELD xlNumber \# ,0}
your number will be output with the thousands separator.
For more information on this, , check out the formatting discussion in my Word Field Maths 'tutorial', at:
http://www.wopr.com/cgi-bin/w3t/showthreaded.pl?Number=365442
Cheers
--
macropod
[MVP - Microsoft Word]
-------------------------
When merging said:
How can I bring over the full number such as 15,000 and have the comma
remain? When word merges, the comma is dropped and I end up with 15000.