Mail Merge (2)

traff1982

Board Regular
Joined
May 21, 2007
Messages
62
Hi

I have a date in the spreadsheet which is showing as a standard British date (dd/mm/yyyy) but when it is merged into a letter it comes up as mm/dd/yyyy.

It should be the way it is shown on the spreadsheet but i'm not sure how to change it.

Any help would be appreciated.

Cheers

Marc
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Marc

As was suggested in your other thread what you need is switches.

I don't use Word too much but I know that if you search help there's plenty of info on how to use switches.:)
 
Upvote 0
Hi traff1982,

In this case, you need to edit your mergefield code, adding a date switch to it, in the form of:
Code:
{MERGEFIELD "DateField" \@ "d-MMM-yyyy"}
or:
Code:
{MERGEFIELD "DateField" \@ "dd/MM/yyyy"}
or:
Code:
{MERGEFIELD "DateField" \@ "ddd, d MMMM yyyy"}
or:
Code:
{MERGEFIELD "DateField" \@ "dddd, d MMMM yy"}
etc.

Cheers
 
Upvote 0

Forum statistics

Threads
1,225,354
Messages
6,184,460
Members
453,235
Latest member
dirtisbrown17

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top