L
LowellSpecht
How do I suppress the printing status dialog?
I am using the following,
ActiveWorkbook.Charts(ChartSheetData(i + 1)).PrintOut Copies:=1,
Collate:=True
in a For loop to print 80 chart sheets (user can select from 1 to 80
charts to print). The problem is each time this statement is executed
in the For loop it displays the "Printing sheet 1 of 1" message. For
80 charts it is an annoying flicker that a) slows down the application
and b) looks bad. I've tried setting Application.DisplayAlerts to
false just prior to the above statement but it doesn't have any affect.
I apologize if this has been addressed in this forum previously but I'm
new to this forum so please forgive me.
Oh, I'm using Excel for XP on a windows 2k professional OS.
I am using the following,
ActiveWorkbook.Charts(ChartSheetData(i + 1)).PrintOut Copies:=1,
Collate:=True
in a For loop to print 80 chart sheets (user can select from 1 to 80
charts to print). The problem is each time this statement is executed
in the For loop it displays the "Printing sheet 1 of 1" message. For
80 charts it is an annoying flicker that a) slows down the application
and b) looks bad. I've tried setting Application.DisplayAlerts to
false just prior to the above statement but it doesn't have any affect.
I apologize if this has been addressed in this forum previously but I'm
new to this forum so please forgive me.
Oh, I'm using Excel for XP on a windows 2k professional OS.