View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paul Smith[_3_] Paul Smith[_3_] is offline
external usenet poster
 
Posts: 26
Default Printing Single Page

Application.DisplayAlerts = False
Worksheets("FinancialStatement").PrintOut To:=1
Application.DisplayAlerts = True

When I run the above code I see the notification box that I am print pages 1
of 6, how do I stop this message being seen by the users?