View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Johan Johan is offline
external usenet poster
 
Posts: 43
Default print dialog box with 2 copies as default?

I want the print dialog box to show with 2 copies as default.

this code doesn't work:
With Application.Dialogs(xlDialogPrint).copies = 2
..Show
End With

thanks