Click to See Complete Forum and Search --> : dialog to save word document


shubert
October 15th, 2001, 11:31 AM
(french debutant)
I'm using a word.application and the code :

With Dialogs(wdDialogFileSaveAs)
.Name = namedoc
.Show
End With


the user can choose the name and the location of the word file on the disk.
But, if the document exists, how can i get the dialog box which asks the user if he wants to overwrite this document or not ?

thanks...