I have this code :
Newdoc.SaveAs TextBox1 & ".doc"
It works except when the file "TextBox1.doc" already exist.

Is there a way to say : if the file "TextBox1.doc" exist then SaveAs "TextBox12.doc". ?