Getting th £ character to display right up to the number in MMerge

P

Pete Rooney

Good afternoon,
I am merging an Excel database containing numbers formatted to currency, two
decimel places with comma separator.
When I merge this data, I use the following:

{MERGEFIELD "Arrears" /#"£#,##0.00" }

Howwever, whilst £1,234.00, is displayed correctly, £62" is displayed
"£ 62.00", "£123.45" is displayed "£ 123.45" etc. In other words, the £
character is frozen in place and the numbers shunt to the right depending on
their size.
Is there any way to make sure that the £ is always immediately to the left
of the first numeric character?

Thanks in advance & have a good weekend

Pete
 
G

Graham Mayor

I think you'll find more success with { MERGEFIELD "Arrears" \#"£,0.00" }
;)

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
P

Pete Rooney

Graham,

Thank you very much - how on earth did you figure THIS out? :)

Regards

Pete
 

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