The field that may be most suitable for your purpose is the Docvariable.
Values can be assigned to it using
ActiveDocument.Variables("varname").Value =
and you would display those variables at the locations required in the document by the use of { DOCVARIABLE varname } fields.
-- Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my services on a paid consulting basis.
Doug Robbins - Word MVP
"pacp" <pacp[ at ]discussions.microsoft.com> wrote in message news:5C1A1860-C77F-47E4-BAF2-86B92BF0C6EA[ at ]microsoft.com...
[Quoted Text] > Greetings, > > So Word 2007 still supports fields, which is great. I have been thinking > about creating my own fields which should be driven by some type of > business > process. > > Is this possible? I know of the "ask" field, by I don't know how to modify > it programatically or manually.
|