Hi Mario,
in the list there is only one name but not selectable.
the macro code works well, the problem is the mailmerge...
If the field name you are trying to use isn't available in
the list of merge fields, then you certainly cannot use it
in a macro like this
ActiveDocument.MailMerge.DataSource.DataFields
("Nome_File").Value
You first need to get the mailmerge set up so that it
correctly recognizes the fields as fields. So let's back up
a step here: what is your data source? A text file? An Excel
sheet? Something else?
What connection method are you using to link up to it? If
you do not know, and you are using VBA to link, please show
us the OpenDataSource code you're using.
Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Sep
30 2003)
http://www.mvps.org/word
This reply is posted in the Newsgroup; please post any
follow question or reply in the newsgroup and not by e-mail