Performance/Scalability

C

Chris L.

I need to do bulk document merging (merging data into a Word template) using the Word object. I like to know what the performance is and how scalable of the object is. Any input would be appreciated

Thanks
C.
 
J

Jezebel

as long as your piece of string. There's no way to answer this question in
general. What sort of bulk have you got in mind? Are you creating one huge
document, or many small ones? Word's performance is mostly pretty good,
especially if you run it hidden and without any reference to the Selection
object. It can get a bit slow if you create a very large document then make
changes that require frequest repagination.

No idea what 'scalability' might mean in reference to the Word object.


Chris L. said:
I need to do bulk document merging (merging data into a Word template)
using the Word object. I like to know what the performance is and how
scalable of the object is. Any input would be appreciated.
 
J

Jonathan West

J

Jezebel

I created a VB app a few years ago that used Word for report output. At
times we were producing over 5000 reports in a single overnight run. Boring,
but effective.


Chris L. said:
When I said "bulk", I meant merging of data into the template (a couple
pages) and producing thousand of documents in a day.
 
Top