Supress "now printing" message

J

jasonsweeney

I have a macro that prints about 10 different worksheets in
workbook....Excel brings up 10 different "now printing" messages whe
the macro runs.

Anybody know how to suppress that message from coming up
 
G

Greg Koppel

I'm not sure if it works on a Print dialog, but have you tried
Application.DisplayAlerts = False

HTH, Greg
 
Top