Importing from excell trouble

P

Paulo

i have a money value that is being merged from excel sheet.

when i hit <<ACB>> it shows "De R$7235,9200000000001" it how do I edit
that to show "De R$7235,92"

i have the same problem on the date i am getting this "2008-02-28 00:00:00"
i dont what the time on the format at all.
 
P

Peter Jamieson

Try this...

Press Alt-F9

You should see either

{ MERGEFIELD ACB }
or
{ MERGEFIELD "ACB" }

Change that to
{ MERGEFIELD ACB \#"'De R$'0,00"}
or
{ MERGEFIELD "ACB" \#"'De R$'0,00"}

(I am sorry - I tried to work out whether your currency should show as "De
R$", but I am not sure)

If you have a date field such as

{ MERGEFIELD mydate }

then try for example

{ MERGEFIELD mydate \@"DD MMM YYYY" }

to get

03 Jul 2008
(or the equivalent 3-character monthname in the language set up on your
system)

You can use Alt-F9 again to show the "results" instead of the field codes.

You can find out more in Word Help.
 

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

Top