A family of Microsoft word processing software products for creating web, email, and print documents.
The document itself is already unprotected. This is where ours is erroring out and we receive the OpenDataSource error.
'This part merges opens the datasource in the primary document
'Documents("c:\Mergedocs\WordMerge\MergeTemplate.docm").Activate
ActiveDocument.MailMerge.MainDocumentType = wdFormLetters
ActiveDocument.MailMerge.OpenDataSource Name:="C:\MERGEDATA\" & Environ("USERNAME") & "\MASTERWP.txt", \_
ConfirmConversions:=False, ReadOnly:=True, LinkToSource:=True, \_
AddToRecentFiles:=False, PasswordDocument:="", PasswordTemplate:="", \_
WritePasswordDocument:="", WritePasswordTemplate:="", Revert:=False, \_
Format:=wdOpenFormatAuto, SubType:=wdMergeSubTypeOther