URGENT: merging excel files into word

E

Elsa G

I'm merging a word document using a database in excel. It has some dates that
were typed as April 30, 2008, however, when I do the merge, the dates show as
4/30/08. How can I fix this?
 
M

macropod

Hi Elsa,

You need to add a date switch.
With the date mergefield, press Shift-F9 to reveal the code, which should look something like {MERGEFIELD Date}.
Add \@ "MM dd, yyyy" to the field so that you get {MERGEFIELD Date \@ "MM dd, yyyy"}.
Press F9 to update the field.

Then re-run your mailmerge.

Cheers
 
G

Graham Mayor

{MERGEFIELD Date \@ "MMMM dd, yyyy"} or
{MERGEFIELD Date \@ "MMMM d, yyyy"}
would be closer to the original?

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


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

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