wordtemplates

How can I build Word fields with VBA

Apart from just inserting and parsing text into a blank Word field, is there any way to programatically build user-defined fields and field codes into my own templates with VBA? Furthermore, is there a way to make these fields show up in the list of available fields? ...

Convert Word template from MS Word 2003 to MS Word 2007

I have a problem moving a Word template from Word 2003 to Word 2007 The code which I need to convert is Sub Standardbrev() Documents.Add Template:= _ "p:\setup\stdbrev.DOT", NewTemplate:= _ False mask "<Navn>", False mask "<Adresse>", False mask "<Postby>", False mask "<att>", True mask "<Jura ...