PageSetup

  • Thread starter Thread starter Fred
  • Start date Start date
F

Fred

Setting the properties of the pagesetup object (e.g. LeftHeader,
RightHeader, LeftMargin etc, etc) seems to take a long time.
Is there a way to speed this up? The turning the Application.ScreenUpdating
off doesn't help nor does switching the Application.Calculation to manual
but is there something like this to speed up the pageSetup
properties/methods.

Thanks for any help
Fred
 
If you recorded the macro to do this, it would be worthwhile to go back and
remove all the lines in the code that aren't actually changing the page
setup. Those lines have to be executed, as well, so if you're just setting
the header for instance, remove all the lines that don't deal with the
header. That should speed things up. James
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top