Print Dialog from VBA

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a VBA command that will call up the print dialog box before printing
so that number of pages, preview, etc. can be modified? .PrintOut isn't
doing it for me.

Thank you for your help.
 
shagthewag said:
Is there a VBA command that will call up the print dialog box before
printing so that number of pages, preview, etc. can be modified?
.PrintOut isn't doing it for me.

stw

application.Dialogs(xlDialogPrint).Show
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top