word does not remember my network data source for mail merge

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Doing a mail merge, data is stored on the network, document does not remember
which data source and makes me go out and find it each time, how can I get it
to automatically use a certain data source stored on the network
 
You might try assigning the path to a constant.

for example

Create a module an add

Public Const MergePath = "\\Server\Path"
 

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

Back
Top