Thread: Printing
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Printing

Maybe

response = Application.Dialogs(xlDialogPrint).Show()

Mike

"Greg B" wrote:

Hi,
I am wondering what code i would need to bring up the print selection box? I
mean the one where you can choose which printer and how many?

Thanks in advance

Greg