Empty Fields

I

inadmissible3

On some documents I have prefixes, salutations, company name, etc. How do I
set up my template or macro that if the field is empty it does not leave a
blank space in the document? I hope you know what I mean.

Thank you for your help....
 
J

Jean-Guy Marcil

inadmissible3 was telling us:
inadmissible3 nous racontait que :
On some documents I have prefixes, salutations, company name, etc.
How do I set up my template or macro that if the field is empty it
does not leave a blank space in the document? I hope you know what I
mean.

Embed the fields in IF fields:

{IF {REF myBookMark}= "" "" "{REF myBookMark}"}

--
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
[email protected]
Word MVP site: http://www.word.mvps.org
 
Top