View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Dsiplay Printer dialog

application.Dialogs(xlDialogPrint).Show

--
Regards,
Tom Ogilvy

"Dean Southgate" wrote in message
...
Can someone tell me how to display the printer dialog box
in VBA for excel


Thanks
Dean