pause a macro to name file to be saved

  • Thread starter Thread starter DOU
  • Start date Start date
D

DOU

I am converting a .rpt file in word. After I have set the right format for
the file, I want to save it. However, I want the macro to stop where I can
type in the new name for the file and then continue to save it at the
designated folder.

I really appreciate anyone who can help.

Thank you for those who have answered my postings yesterday. They all
worked with what I needed it to do.
 
Dialogs(wdDialogFileSaveAs).Show
will pop up the save dialog
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Back
Top