Formatting a word mailmerge with Excel data source

T

Tracey

Using XP Word mailmerge that has worked perfectly before, but now XP is
removing the Formatting from my Excel data source. The currency has no
zero's WHY?
 
P

Peter Jamieson

How are you connecting to the Excel data source? If you have entered numbers
(say 100, 200, 300) in your Excel sheet then formatted them using Format
Cells to have 2 decimal places, the default connection method in Word
(OLEDB) will still see the numbers as 100, 200, 300. If you use DDE to
connect (check Word Tools|Options|General|"Confirm conversion at open" and
go through the connection process again, and select the DDE option when it
is offered) you will probably see the currency amounts the way you see them
in Excel. Or you can apply formatting in Word by using Alt-F9 to see the
field codes and changing, e.g.

{ MERGEFIELD mycurrency \*Mergeformat }

to e.g.

{ MERGEFIELD mycurrency \#"0.00" \*Mergeformat }

If absolutely nothing has changed in the way you are working and you haven't
installed any updates to Office etc., then it is certainly strange that the
behaviour of Word+Excel has changed, but the above approaches are the main
ways I know to fix the problem anyway.

Peter Jamieson
 
O

Old Bob

For me new with Office 2003 and fairly basic mail merge functions, this
option works great instead of the complicted "switches" that might be needed
for more intence mail merge. the only issue it that, like in previous Office
versions, the excel spreadsheet you are selecting, the sheet you want the
information from must be in the first slot..no option to select which sheet.
I am glad I kept reading on this discussion board.
 

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