I would like to replace text in a Word template header, which is opened from MS Access.
I can open the file just fine...:
Code:
Set oApp = CreateObject("Word.Application") oApp.Visible = True Set doc = oApp.Documents.Add(Template:="C:\CL_Template.dotx", NewTemplate:=False, DocumentType:=0)