
Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Thanks so much for the website and help. What I'm having
> problems with is suppressing the dollar sign in a cell
[quoted text clipped - 38 lines]
>>
>> .
Or, more simply:
{Mergefield fieldname \# $,0.00;-$,0.00;}
The \# $,0.00;-$0,.00; tells Word how to treat positive ($,0.00), negative
(-$,0.00) and zero () values. In this case nothing displays for zero values
because there is nothing after the second semi-colon. Note the correct
placement of the commas.
Cheers
> In that case it needs a slight modification:
>
[quoted text clipped - 42 lines]
> >>
> >> .
Graham Mayor - 31 Aug 2004 15:00 GMT
My web page demonstrates that method, but the OP responded that it wasn't
working. The additional response was more brute force ;)

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Or, more simply:
> {Mergefield fieldname \# $,0.00;-$,0.00;}
[quoted text clipped - 65 lines]
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.736 / Virus Database: 490 - Release Date: 9/08/2004
Jim - 31 Aug 2004 17:19 GMT
I really appreciate the inpu; your advice worked really
well and you've helped me tremendously, thanks again.
>-----Original Message-----
>Or, more simply:
[quoted text clipped - 59 lines]
>
>.
That worked really well, you've really helped me out
quite a bit.
>-----Original Message-----
>In that case it needs a slight modification:
[quoted text clipped - 45 lines]
>
>.