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
 
Back
Top