L
Larry
Jay Freedman recently pointed me to this code provided at the MVPs site
which opens the SaveAs dialog to the desired folder. However, it also
has the effect of leaving the Name window in the dialog blank instead of
putting the first several words of the document into the Name window by
default. If I remove the backslash following "tests", then "tests"
appears in the Name box. Is there any way I can modify this code as to
get its benefits while still keeping Word's default behavior of
displaying the first words of the document in the Name box?
With Dialogs(wdDialogFileSaveAs)
.Name = "C:\Documents\tests\"
.Show
End With
Thanks much,
Larry
which opens the SaveAs dialog to the desired folder. However, it also
has the effect of leaving the Name window in the dialog blank instead of
putting the first several words of the document into the Name window by
default. If I remove the backslash following "tests", then "tests"
appears in the Name box. Is there any way I can modify this code as to
get its benefits while still keeping Word's default behavior of
displaying the first words of the document in the Name box?
With Dialogs(wdDialogFileSaveAs)
.Name = "C:\Documents\tests\"
.Show
End With
Thanks much,
Larry