View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gil[_5_] Gil[_5_] is offline
external usenet poster
 
Posts: 9
Default Slow generation of Word Documents

I'm creating some rather large word documents through vba and excel.
The largest being about 3mb. The larger files take upwards of 10
minutes to create. Is there a way to speed this up? Word is set to be
invisible and the word object is early bound to the code. Maybe it has
something to do with the looping through the tables that I'm doing?

Thanks,
Gil