Identifying Data Source

P

Perico

In Word XP, how do you identify the data source of an
existing mail merge document? When I use the wizard, I
see the fields in step 3 but not anything identifying the
data source.
 
D

Doug Robbins - Word MVP - DELETE UPPERCASE CHARACT

Hi Perico,

From the Visual Basic Help File:

This example displays the name of the data source attached to the active
document.

If ActiveDocument.MailMerge.DataSource.Name <> "" Then _
MsgBox ActiveDocument.MailMerge.DataSource.Name

Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.

Hope this helps
Doug Robbins - Word MVP
 
C

Cindy M -WordMVP-

Hi Perico,

Sounds like you're in the user interface? Go to
Help/About/Sytem Info. Under the information for Office,
look for Word, then mail merge. You'll find the full path to
the data source there.
In Word XP, how do you identify the data source of an
existing mail merge document? When I use the wizard, I
see the fields in step 3 but not anything identifying the
data source.

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
:)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top