View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
h2fcell h2fcell is offline
external usenet poster
 
Posts: 30
Default Suppress print messages

I cant recall if there was a way to suppress messages that flash on the
screen while running a macro.
Its something other than Application.ScreenUpdating = False
When I use Worksheets("Sheet1").PrintOut, in my macro, a message flashes
very quickly.
Probably something like €śsending to printer€ť.
I would like to turn this messaging off during print.
Im using Excel 2007.

Any suggestions are appreciated.