Speed up repaginating

R

red6000

Hi,

I have some code that builds a letter package that starts froma 1 page
document and then inserts various other files and can end up over 300 pages
in length.

However, the code takes quite a while to run as each time it inserts a file
it 'repaginates'.

Is there anything that I can do to speed this up?

Thanks.
 
J

Jonathan West

red6000 said:
Hi,

I have some code that builds a letter package that starts froma 1 page
document and then inserts various other files and can end up over 300
pages in length.

However, the code takes quite a while to run as each time it inserts a
file it 'repaginates'.

Is there anything that I can do to speed this up?

Set the View of the document window to Normal view rather than Print View.
Change back to Print View at the end of the macro, and if necessary then
force a repagination by using the Repaginate method.
 
Top