View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jeff Lefebvre Jeff Lefebvre is offline
external usenet poster
 
Posts: 1
Default Suppressing or turning off the Printing dialog

How can I not show the "Printing" dialog box that comes up when I print from
a VBA routine.

I've had problems when users accidently click the Cancel button and it stops
the code from executing. I figure not showing the dialog box is the best way
to avoid this.