Hi stildawn,
Basically:
Code:
With word
.Visible = True
.Application.Activate
.Documents.Open (Template)
.ActiveDocument.Sections(1).Headers(wdHeaderFooterPrimary).Range.InsertBefore job
End With
Since you already have the 'job' variable, though, I don't see any value in having another macro retrieve it from the header. Why not simply continue using the same variable?