What switch have you tried? \# "0.00% should give you what you want.

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
>I have a document that needs to go out to employees asap. But in merging
> information from excel field that need to show as percentages are coming
[quoted text clipped - 8 lines]
> formulas
> not fixed data. Can anyone help?
Thanks Doug, this did help some (I had a error in the syntax of my switch).
Unfortunately, it still did not do what I need it to do. It is going to the
field and giving me the wrong data. I should get a return of 7.65% for
example, but now I get .08%. Any suggestions?
> What switch have you tried? \# "0.00% should give you what you want.
>
[quoted text clipped - 10 lines]
> > formulas
> > not fixed data. Can anyone help?
Peter Jamieson - 10 Jan 2008 15:26 GMT
If you now have
{ MERGEFIELD myfield \# "0.00%" }
try the following:
a. select MERGEFIELD myfield
b. press F9 to insert a pair of the speical field braces {}
c. put = before the { and *100 after the }
d. so you end up with something like...
{ ={ MERGEFIELD myfield }*100 \# "0.00%" }

Signature
Peter Jamieson
http://tips.pjmsn.me.uk
> Thanks Doug, this did help some (I had a error in the syntax of my
> switch).
[quoted text clipped - 21 lines]
>> > formulas
>> > not fixed data. Can anyone help?