Mail Merging Dates from Excel -> Word Simple Problem!

C

CFD

Simple issue. In Excel I have dates in the form 26 June 2006 and I wis
to mail merge them with iother data into a word file. However, when
do this, the dates appear in the word file in American date forma
06/26/2006 ... not 26 June 2006.

Strangely even if I put the date in the excel cell as 26/06/200
(Australian date formatting), it still turns up in the word file a
06/26/2006!

Any ideas how to fix this annoying problem
 
C

CFD

Figured it out, there are thousands of people who have had the sam
problem , not surprisingly ... unbelievably this is a design feature!!
WTF? Bloody Microsoft ...

From:
http://tinyurl.com/fz7ju
Word and Excel 2003 Mail Merge - Date or Number Does Not Displa
Properly

When you mail merge Word 2003 with Excel 2003 date and number format
are lost
and so you need to persuade Word to format the numbers and dates.

Formatting Word ‘fields’ to display two decimal places:
1. open Word document that has the problem - see the documen
containing fields.
2. right click on the field name e.g. > - see pop-up menu.
3. click on the ‘Toggle Field Codes’ option - see field expand e.g. {
MERGEFIELD “Total” }
4. edit the field to include \# ###0.00 e.g. { MERGEFIELD “Total” \
##0.00 }
5. preview your mail merge - see numbers with two decimal places.

The are other ways of displaying numbers:
- no decimal places: \# ##0
- three decimal places: \# ##0.000
- include commas and two decimal places: \# #,##0.00
- include currency sign, commas and two decimals: \# £#,##0.00
The rules are as follows:
0 - always display a number e.g.123 displayed ‘through \# 000000.00 is

000123.00
# - show only ‘significant numbers’ e.g. 123 displayed through \
###0.00 is:
123.00

Formatting dates:
1. right click on the field name e.g. > - see pop-up menu.
2. click on the ‘Toggle Field Codes’ option - see field expand e.g. {
MERGEFIELD “Date” }
3. edit the field to include \@ “dd MMMM yy” e.g. { MERGEFIELD “Date
\@ “dd
MMMM yy” }
4. preview your mail merge - see date in the format 1 April 05.

Full stops or slashes can be included.

The rules are as follows:
dd - day as two numbers e.g. 01
d - single figures drop the zero e.g. 1.
dddd - day of the week e.g. Tuesday
ddd - day of the week in three letters e.g. Tue
MM - month as two figures e.g. 04
M - single figures drop the zero e.g. 4
MMMM - month in words e.g. April
MMM - month as three letters e.g. Apr
yy - year in two figures e.g. 05
yyyy - year in four figures e.g. 200
 

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