 |
JLRodgers Level: Moderator
 Registered: 04-04-2002 Posts: 1616
|
Re: Text generation in WORD Archived to Disk
Possible I believe, however I'd probably do the following:
Open word, create a new template. In the template, use the "Visual Basic editor" to create macros to run. The macros are just single or multiple VB routines, so you can (I think, never tried) open a DB, or just put in text stored within the template. The VB editor allows you to create a entire document with code, search and replace, and many other things, so it is possible (did a similar thing with dates once, needed a date range on a report).
Of course, you'd have to 1) schedule the macros to run at certain times (requires low macro security, default is high), or 2) user to manually run the macros.
|
|
08-04-2002 at 07:25 PM |
|
|
JLRodgers Level: Moderator
 Registered: 04-04-2002 Posts: 1616
|
Re: Text generation in WORD Archived to Disk
You'd have to save the template, and obviously, the new documents would have be be done using the template, not the normal.dot template.
____________________________
Everywhere's Local (classifieds, job postings, & more for everycity in the world - user entered)
|
|
08-04-2002 at 07:27 PM |
|
|
|
|
 |
 |