Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Mailmerge and Fax / January 2005

Tip: Looking for answers? Try searching our database.

Can't save merged form letter...

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Raven - 27 Jan 2005 17:25 GMT
Here's my problem.  I have a form letter template.  I go into Tools-->Letters
& Mailings-->Mail Merge Wizard and choose Edit Recipient List so I can input
the new name, address, id number, signer's name, etc.  I put in all this
information and go through the remaining steps and print the letter and its
envelopes.  I then do File-->Save As... and save the letter under the
recipient's name.  I can then close the letter.  However:  When I re-open
that letter, the info in the letter is not what I just typed and saved, but
an entry from yesterday.  The only way I can save it is to just go into the
letter and fix all the pertinent areas by hand and re-save.

This is ridiculous!  I'm not typing these dang things 2 and 3 times!  I have
tried typing over my first info in Edit Recipient, and I've tried adding the
new person as a second record.  Doesn't matter.  What is going on?  I find it
hard to believe that I can't save a letter with everything I just typed, that
would make merge useless.
Charles Kenyon - 27 Jan 2005 20:34 GMT
If you actually merge to a new document, you will have fixed content. What
you are doing is what I do, that is, merging to the screen. What you get
when you reopen depends on your database.

I've added buttons to my merge toolbar that triggers the following macros.

Sub FieldsLockAllStory()
'   All Story Field Locker
'   Written by Charles Kyle Kenyon 9 December 2004
'   repaired with help from Jezebel 10 December 2004
   Dim oStory As Range
   On Error Resume Next
   For Each oStory In ActiveDocument.StoryRanges
       Do
           oStory.Fields.Locked = True
           Set oStory = oStory.Next
       Loop Until oStory Is Nothing
   Next
End Sub
Sub FieldsUnLockAllStory()
'   All Story Field Unlocker
'   Written by Charles Kyle Kenyon 9 December 2004
'   repaired with help from Jezebel 10 December 2004
   Dim oStory As Range
   On Error Resume Next
   For Each oStory In ActiveDocument.StoryRanges
       Do
           oStory.Fields.Locked = False
           Set oStory = oStory.Next
       Loop Until oStory Is Nothing
   Next
End Sub

I use a modified version of the padlock button from the forms toolbar for
these (changed color on both and open lock on the one to unlock).

Note if you have a Page X of Y in your header/footer, you'll want to
manually unlock that field or it will be wrong.

Otherwise, you can print as a pdf file.
Signature


Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.

> Here's my problem.  I have a form letter template.  I go into
> Tools-->Letters
[quoted text clipped - 20 lines]
> that
> would make merge useless.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.