Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 02-01-2012, 10:57 AM
brianatwork brianatwork is offline Mail Merge using Word 2010 - Header source not be recognized Windows XP Mail Merge using Word 2010 - Header source not be recognized Office 2000
Novice
 
Join Date: Feb 2012
Posts: 1
brianatwork is on a distinguished road
Default

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
Reply With Quote
  #2  
Old 02-01-2012, 11:08 AM
Gage262 Gage262 is offline Mail Merge using Word 2010 - Header source not be recognized Windows XP Mail Merge using Word 2010 - Header source not be recognized Office 2010 32bit
Novice
Mail Merge using Word 2010 - Header source not be recognized
 
Join Date: Oct 2011
Posts: 5
Gage262 is on a distinguished road
Default

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
The thing is for this to work you have to click the mail merge reset button and then save it otherwise you get the message that it is already a mail merge document.

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.
Reply With Quote
Reply

Tags
convert, mail merge problem, microsoft word 2010



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mail Merge using Word 2010 - Header source not be recognized Header, Footer and Page # Galleries Disappear - Word 2010 jmk59 Word 6 10-18-2014 04:46 AM
Mail Merge using Word 2010 - Header source not be recognized Outlook 2010 View Source tbragsdae Outlook 2 07-25-2012 06:33 PM
Mail Merge using Word 2010 - Header source not be recognized Outlook 2010, Word2010 and Mail Merge 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

Other Forums: Access Forums

All times are GMT -7. The time now is 07:07 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft