Set up your template and save as a template .dot file.
You can open it in a macro with something like :-
'--------------------------------------------------
Sub MyMacro()
Documents.Add Template:="h:\templates\MyTemplate.dot", _
NewTemplate:=False
End Sub
'--------------------------------------------------
when it will appear as a normal document (named something like 'Document1'). You can change this document without changing the .dot file.
If you want to change the .dot file, you open it via File/Open (check the name top of screen).
Regards
BrianB
** Let us know if you get something that works !
================================