![]() |
|
#1
|
|||
|
|||
|
I have a Word merge document where I am trying to get a certain word merge field to appear with Proper case (first letter of each word is capitalized). If I insert the Mergefield and apply the \* Caps switch thie field appears exactly as I want it to. However if I use the merge field in an if..then..else statement with the same switch, the switch seems to be completely ignored. Here is the exact statement I am using:
{ IF { MERGEFIELD Fund_description_1 } = "Annual Giving" "Christian Union Ministry" "{ MERGEFIELD Fund_description_1 \* Caps }" } I'm using Word 2013. Why won't Word format my field correctly inside this if..the..else statement? |
|
#2
|
||||
|
||||
|
Try:
{ IF { MERGEFIELD Fund_description_1 } = "Annual Giving" "Christian Union Ministry" "{ MERGEFIELD Fund_description_1 }" \* Caps }
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
#3
|
|||
|
|||
Brilliant. That worked. Thank you so much.
|
|
| Tags |
| if..then..else, merge, switch |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Using conditional formatining to change to all caps | Shades | Excel | 3 | 05-05-2014 06:05 AM |
Date format switch with If statement
|
sbarron76 | Mail Merge | 3 | 05-03-2013 06:23 AM |
Mail merge will not format date field generated by Excel IF statement
|
borntorun75 | Mail Merge | 3 | 12-16-2011 06:28 AM |
| Caps changing after doc is saved???? | powerdrum | Word | 0 | 11-03-2011 07:36 AM |
| Multiple drop caps | Ziggy-R | Publisher | 0 | 10-26-2010 06:23 PM |