Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Boss Boss is offline
external usenet poster
 
Posts: 11
Default Mail merger graphics and individual letters - Gmayor

Hi,

I am using mail merger graphis and mail merger individual letter from some
quite sometime now.

I use details and code in the below mentioned path.

http://www.gmayor.com/individual_merge_letters.htm
http://www.gmayor.com/mail_merge_graphics.htm

First i meger the graphics and then i create individual letters. Only
problem i face is that the individual letters which are created during the
process have the view as normal and i want them in print view.

I tried creating splitmerget.dot and changed the view of normat.dot but
failed.
What changes should i do in the code to get the files in printview.

Please help. Thanks!
Boss
  #2   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Mail merger graphics and individual letters - Gmayor

Have you downloaded the most recent version of the add-in?

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



Boss wrote:
Hi,

I am using mail merger graphis and mail merger individual letter from
some quite sometime now.

I use details and code in the below mentioned path.

http://www.gmayor.com/individual_merge_letters.htm
http://www.gmayor.com/mail_merge_graphics.htm

First i meger the graphics and then i create individual letters. Only
problem i face is that the individual letters which are created
during the process have the view as normal and i want them in print
view.

I tried creating splitmerget.dot and changed the view of normat.dot
but failed.
What changes should i do in the code to get the files in printview.

Please help. Thanks!
Boss



  #3   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Boss Boss is offline
external usenet poster
 
Posts: 11
Default Mail merger graphics and individual letters - Gmayor

Yes i am using the most recent verison of the Add-in. I prepare close to 3000
doucments every week.

I change the format of the word files using this code, which is very time
consuming.

Sub AutoOpen()
ActiveWindow.Caption = ActiveDocument.FullName
ActiveWindow.View.Type = wdPrintView

Selection.TypeText Text:="a"
ActiveDocument.Save
Selection.TypeBackspace

ActiveDocument.Save
ActiveDocument.close
End Sub

I put this code in word and run the selected files. I can do bit of coding
in excel and access but really new in word. Please help me solve this. Thanks!

Boss


"Graham Mayor" wrote:

Have you downloaded the most recent version of the add-in?

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



Boss wrote:
Hi,

I am using mail merger graphis and mail merger individual letter from
some quite sometime now.

I use details and code in the below mentioned path.

http://www.gmayor.com/individual_merge_letters.htm
http://www.gmayor.com/mail_merge_graphics.htm

First i meger the graphics and then i create individual letters. Only
problem i face is that the individual letters which are created
during the process have the view as normal and i want them in print
view.

I tried creating splitmerget.dot and changed the view of normat.dot
but failed.
What changes should i do in the code to get the files in printview.

Please help. Thanks!
Boss




  #4   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Mail merger graphics and individual letters - Gmayor

The macro should not change the view and doesn't here, but if you open the
add-in in Word and in the Class Module Merge Application
locate:-

Private Sub app_MailMergeAfterMerge(ByVal Doc As Document, ByVal DocResult
As Document)

and in that routine, locate the lines:

If System.PrivateProfileString(SettingsFile, "MacroSettings", "Template") =
"True" Then
Set NewDoc = Documents.Add(Template:=DocTemplate,
Visible:=False)
Else
Set NewDoc = Documents.Add(Visible:=False)
End If

and immediately afterwards add

NewDoc.ActiveWindow.View = wdPrintView

Let me know if that fixes it, via the link on m web site home page.

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



Boss wrote:
Yes i am using the most recent verison of the Add-in. I prepare close
to 3000 doucments every week.

I change the format of the word files using this code, which is very
time consuming.

Sub AutoOpen()
ActiveWindow.Caption = ActiveDocument.FullName
ActiveWindow.View.Type = wdPrintView

Selection.TypeText Text:="a"
ActiveDocument.Save
Selection.TypeBackspace

ActiveDocument.Save
ActiveDocument.close
End Sub

I put this code in word and run the selected files. I can do bit of
coding
in excel and access but really new in word. Please help me solve
this. Thanks!

Boss


"Graham Mayor" wrote:

Have you downloaded the most recent version of the add-in?

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



Boss wrote:
Hi,

I am using mail merger graphis and mail merger individual letter
from some quite sometime now.

I use details and code in the below mentioned path.

http://www.gmayor.com/individual_merge_letters.htm
http://www.gmayor.com/mail_merge_graphics.htm

First i meger the graphics and then i create individual letters.
Only problem i face is that the individual letters which are created
during the process have the view as normal and i want them in print
view.

I tried creating splitmerget.dot and changed the view of normat.dot
but failed.
What changes should i do in the code to get the files in printview.

Please help. Thanks!
Boss



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
How do I save individual letters in a mail merge? Shelly Faye Mailmerge 4 April 30th 23 08:48 AM
editing individual letters within a mail merge Jennifer Mailmerge 2 April 10th 08 03:12 PM
individual letters from mail merge Barb Mailmerge 6 January 11th 08 01:38 AM
Send Individual Mail Merge Letters LyndieBee Mailmerge 1 February 28th 07 05:32 PM
Save mail merge as individual letters. Bell Mailmerge 10 September 27th 06 09:30 PM


All times are GMT +1. The time now is 01:16 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"