formatproblem in a Word 2007 field

  • Thread starter Thread starter Els
  • Start date Start date
E

Els

In a Word 2007 document the following field is in the footer:



{REF BookmarkName \h \* MERGEFORMAT}



The text in the bookmark is bold (e.g. a company name)

The text in the footer is not bold



It works fine, but when I insert a paragraph break in the bookmark text (for
a long company name) the last word in de footer becomes bold (only the last
word).

Why is that and how can I prefent this from happening.

Thanks Els
 
Remove the Mergeformat switch and replace it with a charformat switch.
Format the field as you want it to appear.
You might as well remove the \h switch also as a hyperlink in a footer is
inaccessible unless the footer is open.

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

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Back
Top