Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.mailmerge.fields
aleon aleon is offline
external usenet poster
 
Posts: 3
Default View Merged Data

I select the View Merged Data button in the Merge toolbar, but the merge
fields don't display the data. I want to be able to open the merge letter,
and have the data display, without having to select the Merge to New Document
button. Isn't there a way that when the document is opened, it appears
merged?
--
aleon
  #2   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default View Merged Data

What do they display when you click on that button? It is is something like
{ MERGEFIELD "fieldname" }, then you need to toggle off the display of
fields codes using Alt+F9

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"aleon" wrote in message
...
I select the View Merged Data button in the Merge toolbar, but the merge
fields don't display the data. I want to be able to open the merge
letter,
and have the data display, without having to select the Merge to New
Document
button. Isn't there a way that when the document is opened, it appears
merged?
--
aleon



  #3   Report Post  
Posted to microsoft.public.word.mailmerge.fields
aleon aleon is offline
external usenet poster
 
Posts: 3
Default View Merged Data

I tried toggling the fields and saving like that, but I want the document to
open with the fields already toggled, the document already merged.
--
aleon


"aleon" wrote:

I select the View Merged Data button in the Merge toolbar, but the merge
fields don't display the data. I want to be able to open the merge letter,
and have the data display, without having to select the Merge to New Document
button. Isn't there a way that when the document is opened, it appears
merged?
--
aleon

  #4   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default View Merged Data

In your original post, you said "the merge fields don't display the data"
when you select the View Merged Data button.

What do you see if you toggle the fields? I did not say to save the
document like that.

However, if you want the data to be merged immediately upon opening the
document, you will need to have code that executes the merge in a macro
named AutoOpen in the document, or AutoNew in template if the main document
is saved as a template.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"aleon" wrote in message
...
I tried toggling the fields and saving like that, but I want the document
to
open with the fields already toggled, the document already merged.
--
aleon


"aleon" wrote:

I select the View Merged Data button in the Merge toolbar, but the merge
fields don't display the data. I want to be able to open the merge
letter,
and have the data display, without having to select the Merge to New
Document
button. Isn't there a way that when the document is opened, it appears
merged?
--
aleon



  #5   Report Post  
Posted to microsoft.public.word.mailmerge.fields
aleon aleon is offline
external usenet poster
 
Posts: 3
Default View Merged Data

Do you have code and macro that I could use? Also, where in the document
would I put this macro? It's a document and not a template. Thanks.
--
aleon


"Doug Robbins - Word MVP" wrote:

In your original post, you said "the merge fields don't display the data"
when you select the View Merged Data button.

What do you see if you toggle the fields? I did not say to save the
document like that.

However, if you want the data to be merged immediately upon opening the
document, you will need to have code that executes the merge in a macro
named AutoOpen in the document, or AutoNew in template if the main document
is saved as a template.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"aleon" wrote in message
...
I tried toggling the fields and saving like that, but I want the document
to
open with the fields already toggled, the document already merged.
--
aleon


"aleon" wrote:

I select the View Merged Data button in the Merge toolbar, but the merge
fields don't display the data. I want to be able to open the merge
letter,
and have the data display, without having to select the Merge to New
Document
button. Isn't there a way that when the document is opened, it appears
merged?
--
aleon






  #6   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default View Merged Data

This code in a macro of the names mentioned in my earlier post will execute
the merge when the document is opened

With ActiveDocument.MailMerge
.Destination = wdSendToNewDocument
.Execute
End With



--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"aleon" wrote in message
...
Do you have code and macro that I could use? Also, where in the document
would I put this macro? It's a document and not a template. Thanks.
--
aleon


"Doug Robbins - Word MVP" wrote:

In your original post, you said "the merge fields don't display the data"
when you select the View Merged Data button.

What do you see if you toggle the fields? I did not say to save the
document like that.

However, if you want the data to be merged immediately upon opening the
document, you will need to have code that executes the merge in a macro
named AutoOpen in the document, or AutoNew in template if the main
document
is saved as a template.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"aleon" wrote in message
...
I tried toggling the fields and saving like that, but I want the
document
to
open with the fields already toggled, the document already merged.
--
aleon


"aleon" wrote:

I select the View Merged Data button in the Merge toolbar, but the
merge
fields don't display the data. I want to be able to open the merge
letter,
and have the data display, without having to select the Merge to New
Document
button. Isn't there a way that when the document is opened, it
appears
merged?
--
aleon






Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
View Merged Data DISAPPEARING OBJECTS [email protected] Mailmerge 4 February 9th 06 03:38 PM
C# --> View Merged data Problem goraya Mailmerge 1 June 18th 05 01:47 PM
View Merged Data button not working AlanMagpie Mailmerge 0 June 10th 05 10:02 PM
View Merged Data Button not Working AlanMagppie Mailmerge 2 June 10th 05 07:12 PM
View Merged Data button not working AlanMagpie Mailmerge 0 June 10th 05 10:20 AM


All times are GMT +1. The time now is 06:58 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"