![]() |
|
#1
|
|||
|
|||
![]()
Hi yes I am having the same problem, headers do not seem to work in the newer offices word docs, I can not seem to be able to fine how you use a single line header as used in office 2000 in office 2003 anyone help please
|
#2
|
|||
|
|||
![]()
I ended up getting this to work(for the most part) by calling code on the document open event.
Code:
Public Sub Document_Open() With ActiveDocument.MailMerge .MainDocumentType = wdFormLetters .OpenHeaderSource Name:="c:\mailmergetest\myheader.docx", Revert:=False, AddToRecentFiles:=False, ConfirmConversions:=False, ReadOnly:=True .OpenDataSource Name:="C:\mailmergetest\mydatasource.txt", ConfirmConversions:=False End With ActiveDocument.ActiveWindow.View.MailMergeDataView = True End Sub I believe it has to be saved as a .docm as well. In the end we stayed with the .doc format. Hope this helps you. |
![]() |
Tags |
convert, mail merge problem, microsoft word 2010 |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
jmk59 | Word | 6 | 10-18-2014 04:46 AM |
![]() |
tbragsdae | Outlook | 2 | 07-25-2012 06:33 PM |
![]() |
mnorman | Outlook | 8 | 12-16-2011 12:42 PM |
Merge to New Document - saved letter continues to ask for SQL source | Brandi | Mail Merge | 2 | 06-16-2010 08:08 AM |
Mail Merge data source on network drive | Brandi | Mail Merge | 0 | 06-13-2010 11:26 AM |