![]() |
|
|
|
#1
|
|||
|
|||
|
Hi all, I have what seems to me to be a simple question, but haven't been able to figure it out. I have the following mail merge field shown below: { MERGEFIELD Owner_Address \b "of " }{IF {MERGEFIELD Owner_Address} = "" ""} All I want to do is change the font of the "of" so it is different from the rest fo the merge field. The merge field is Courier New and I want the "of" to be in Times New Roman. Thanks. |
|
#2
|
||||
|
||||
|
Hi clawschieff,
Using the \b switch doesn't allow you to specifiy a different font from the mergefield. You can use a field construction like: {IF {MERGEFIELD Owner_Address} <> "" " of {MERGEFIELD Owner_Address}"} with the 'of' formatted in a different font.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
#3
|
|||
|
|||
|
Worked perfectly. Thanks!
|
|
#4
|
|||
|
|||
|
Hi there
I have the same type of problem but the solution is not working. I am merging employee details as they appear on the business cards. If there is a Fax number I want F in front of the merge field in Bold. If there is no Fax Number in the excel sheet the Field is left out on the completed merged document. Only the F must be in bold and not the actual number. Below is my merge field: { MERGEFIELD Fax_Number \b "F " \* MERGEFORMAT } With this the F is not in bold. Please can you help? |
|
#5
|
||||
|
||||
|
Hi GretaM,
The solution I posted in #2 above applies equally to your situation.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
#6
|
|||
|
|||
|
Thanks for your reply. I did try the solution as in #2 but it didn't work.
{IF {MERGEFIELD Fax_Number} <> "" " F {MERGEFIELD Fax_Number}"} It seems like i am going wrong somewhere and will keep trying. Beyond frustrated |
|
#7
|
|||
|
|||
|
gOT IT TO WORK, THANKS!
|
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Editing text in text boxes--please help--driving me crazy!
|
Samantha Jean | Word | 7 | 02-09-2017 02:22 AM |
Replace all occurrences of one merge field with plain text
|
blankenthorst | Mail Merge | 5 | 07-01-2011 05:18 AM |
Selecting merge field based on whether or not text is present
|
amym | Mail Merge | 1 | 12-07-2010 05:14 AM |
| merge field formatting problem with "text to be inserted before" | wissam | Mail Merge | 0 | 12-13-2009 12:50 AM |
| Text field after word merge in Word 2000 | brianlb | Word | 1 | 06-29-2009 07:50 AM |