title on mailmerge document

B

bb

I have merged a list just fine from Excel to Word2000. But I'd like to put
a title on it; how do I do that? TIA
babs
 
P

Peter Jamieson

It depends, but either put the title in the header of the mail merge main
document or use a nested field such as

{ IF { MERGEREC } = 1 "My title" "" }
 
Top