A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » Mailmerge
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

How to automate a merge data into master merged document



 
 
Thread Tools Display Modes
  #1  
Old April 29th, 2004, 03:51 AM
Caroline Williams
external usenet poster
 
Posts: n/a
Default How to automate a merge data into master merged document

How do I automate merged data to appear every time I open
the master merge document. For example, when I click on
the document I want all the merged data to appear
automatically instead of selecting merge to new document
every time. Is this possible?

Thanks in advance,
CVW
  #2  
Old April 29th, 2004, 10:06 AM
Graham Mayor
external usenet poster
 
Posts: n/a
Default How to automate a merge data into master merged document

A merge has three parts
1 A data file
2 A template - your master merge document.
3. The merge itself.

*All* the merge data is only available when you complete the merge. If you
want access to that merged data merge to a new document then save the
document and refer to that.

--

Graham Mayor - Word MVP

Web site www.gmayor.com
Word MVP web site www.mvps.org/word




Caroline Williams wrote:
How do I automate merged data to appear every time I open
the master merge document. For example, when I click on
the document I want all the merged data to appear
automatically instead of selecting merge to new document
every time. Is this possible?

Thanks in advance,
CVW



  #3  
Old April 29th, 2004, 07:24 PM
CAROLINE WILLIAMS
external usenet poster
 
Posts: n/a
Default How to automate a merge data into master merged document

Thanks, but do you know why I can't just open the open the master merge
file and have the data already merged automatically instead of always
selecting merge to new document. I have seen it where I have a master merge
file which I downloaded with the data and header info and I just open the
document and it auto merges the data into the document without selecting
merge to a new document. How can this be automated in that way?

Thanks in advance,
Caroline

--
CAROLINE WILLIAMS
"Graham Mayor" wrote in message
...
A merge has three parts
1 A data file
2 A template - your master merge document.
3. The merge itself.

*All* the merge data is only available when you complete the merge. If

you
want access to that merged data merge to a new document then save the
document and refer to that.

--

Graham Mayor - Word MVP

Web site www.gmayor.com
Word MVP web site www.mvps.org/word




Caroline Williams wrote:
How do I automate merged data to appear every time I open
the master merge document. For example, when I click on
the document I want all the merged data to appear
automatically instead of selecting merge to new document
every time. Is this possible?

Thanks in advance,
CVW






  #4  
Old April 30th, 2004, 06:46 AM
Doug Robbins - Word MVP
external usenet poster
 
Posts: n/a
Default How to automate a merge data into master merged document

To do that, you would have to save the mail merge main document as a
template and have an autonew macro in it that contained the following
commands:

With ActiveDocument.MailMerge
If .State = wdMainAndDataSource Then
.Destination = wdSenttoNewDocument
.Execute
End If
End With


--
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
"CAROLINE WILLIAMS" wrote in message
...
Thanks, but do you know why I can't just open the open the master merge
file and have the data already merged automatically instead of always
selecting merge to new document. I have seen it where I have a master

merge
file which I downloaded with the data and header info and I just open

the
document and it auto merges the data into the document without selecting
merge to a new document. How can this be automated in that way?

Thanks in advance,
Caroline

--
CAROLINE WILLIAMS
"Graham Mayor" wrote in message
...
A merge has three parts
1 A data file
2 A template - your master merge document.
3. The merge itself.

*All* the merge data is only available when you complete the merge. If

you
want access to that merged data merge to a new document then save the
document and refer to that.

--

Graham Mayor - Word MVP

Web site www.gmayor.com
Word MVP web site www.mvps.org/word




Caroline Williams wrote:
How do I automate merged data to appear every time I open
the master merge document. For example, when I click on
the document I want all the merged data to appear
automatically instead of selecting merge to new document
every time. Is this possible?

Thanks in advance,
CVW







 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 04:35 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.