Ok, this works, except now I 'lose' my zero. For
example : 0,66 becomes ,66. Can you also help me with
that ?
thanx
Change the switch to
\# "#,##0.00"

Signature
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
> Ok, this works, except now I 'lose' my zero. For
> example : 0,66 becomes ,66. Can you also help me with
[quoted text clipped - 27 lines]
>>
>>.
Paul - 28 Feb 2004 15:01 GMT
actually, the only way to keep two numbers behind the
decimal is when I use the following switch :
\# "#,##"
Using your second recommendation increases the number of
decimal places and doesn't restore the "0". Any more
suggestions ?
Thanx again
>-----Original Message-----
>Change the switch to
[quoted text clipped - 34 lines]
>
>.
Graham Mayor - 28 Feb 2004 16:24 GMT
Do you live in a country that uses a comma as a decimal separator? In which
case, you need
\# "0,00"
Essentially you need to use 0 to force a 0 character for zero rather than #
which shows empty for zero.

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
Graham Mayor - Word MVP
Web site www.gmayor.com
Word MVP web site www.mvps.org/word
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
> actually, the only way to keep two numbers behind the
> decimal is when I use the following switch :
[quoted text clipped - 44 lines]
>>
>> .