After printing, macro runs slow???

I

Infinity

Ok, i have to admit my file is a little big, around 20MB+.:(

So after printing the worksheet, I ran a macro to hide certain columns
and rows but the macro it is running like a SNAIL.:confused:

Anyway around this problem?

Thanks in advance....:)
 
T

Tom Ogilvy

Put this at the top of your macro or immediately after the print command.

ActiveSheet.DisplayAutomaticPageBreaks = False
 

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

Top