Mail Merge from Excel to word

Glacombe

Board Regular
Joined
Oct 31, 2018
Messages
101
Office Version
  1. 2016
Platform
  1. Windows
I am trying to mail merge from Excel into Word 2016. Am I right that the fill colour formatting I have used to highlight cells in Excel won't transfer to Word with the mail merge?

Is it possible to merge the colour formatting also?


Can anyone help?
 
You can accommodate the used of mixed upper/lower case by editing the first «MyField» in each expression. For example, with:
{IF«MyField»= "WELL*" «MyField» \* Charformat}
select the first «MyField» and press Shift-F9 to expose the field code. The field will now look like:
{IF{MERGEFIELD MyField}= "WELL*" «MyField» \* Charformat}
or:
{IF{MERGEFIELD MyField \* MERGEFORMAT}= "WELL*" «MyField» \* Charformat}
Edit the field code so you get:
{IF{MERGEFIELD MyField \* Upper}= "WELL*" «MyField» \* Charformat}
Press F9 when you're done. This will convert the first «MyField»'s output to all upper-case for testing purposes.

Having edited that field, you can copy/paste it over the first «MyField» in each of the remaining expressions
Thank you for that tip, I will know next time
 
Upvote 0

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college

Forum statistics

Threads
1,214,824
Messages
6,121,783
Members
449,049
Latest member
greyangel23

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