Creating Macro for With Dialog statements

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

Guest

I am trying to create a macro to auto-diplay the print dialog box to print a word doc. Thus far, I have the wdDialogFilePrint statement, End With, etc.

I'm stumped about how to format the rest of the macro to make the dialog box launch. can anyone help with this?
 
Dialogs(wdDialogFilePrint).Show

is all you need

--
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
Graham Mayor - Word MVP
E-mail (e-mail address removed)
Web site www.gmayor.com
Word MVP web site www.mvps.org/word
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
 
Dialogs(wdDialogFilePrint).Show

--
Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.

Hope this helps
Doug Robbins - Word MVP
 

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