The answer is simple: repeat all of the static text inside each field.
The answer is simple: repeat all of the static text inside each field.
Cheers
Paul Edstein
[Fmr MS MVP - Word]
Hi All,
I followed the instructions above and use this as a reference:
{IF{MERGEFIELD Condition}= "HIGH" "→→↵
→→↵
→→" \* Charformat}{IF{MERGEFIELD Condition}= "MID" "→→↵
→→↵
→→" \* Charformat}{IF{MERGEFIELD Condition}= "LOW" "→→↵
→→↵
→→" \* Charformat}
I've set the margins (all sides) to 0, the tab is set to cell width, it's right-aligned, I use TAB (ctrl-TAB) because it's inside the cell, and for RETURN (shift-enter).but all I got is "Unknown Switch Argument". Please help
Here's a screenshot of current work. I highlighted them to show the tabs.
mailmerge cell colour.jpg
"This worked like a dream! I am very rusty with VBA though, can someone please tell me how to ask it to perform multiple actions. I forget which part of the code I need to copy for it to repeat.
I would like it to find the following and shade the cell that colour:
text = "W4"
backgroundColor = wdRed
text = "W5"
backgroundColor = wdRed
text = "W6"
backgroundColor = wdYellow
text = "W7"
backgroundColor = wdYellow
text = "W8"
backgroundColor = wdGreen
text = "W9"
backgroundColor = wdGreen
Thanks