Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
2k views

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", ...
1
vote
2answers
4k views

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 ...
0
votes
0answers
52 views

Reading data with VBA in a Word document that was created from a template

It is possible to read data out of Word document in VBA. I am looking for a way to get the data out of a document which was created using a template... there are place holders and other usual stuff in ...