Doing a "print preview" slows down an Excel 2003 COM addin.

G

Guest

My COM Addin running under Excel 2003 slows down 100% when a print preview
has been done anywhere in the workbook.
A workaround is to save a custom view of the worksheet before doing a page
setup (or print preview?) and restoring this (empty) view after doing the
print jobs. However this is not always convenient.
Be nice if it could be fixed.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...7180d4f&dg=microsoft.public.excel.programming
 
N

NickHK

Have you tried setting ActiveSheet.DisplayPageBreaks = False after the
preview ?

NickHK

gordon garnsey said:
My COM Addin running under Excel 2003 slows down 100% when a print preview
has been done anywhere in the workbook.
A workaround is to save a custom view of the worksheet before doing a page
setup (or print preview?) and restoring this (empty) view after doing the
print jobs. However this is not always convenient.
Be nice if it could be fixed.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.
http://www.microsoft.com/office/com...7180d4f&dg=microsoft.public.excel.programming
 

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