If you use File>Save to initially save a new file that has never been saved
before Word opens the SaveAs dialog box. What attribute of the file is Word
using to determine if the file has not been previously saved?
Thanks.

Signature
Greg Maxey/Word MVP
See:
http://gregmaxey.mvps.org/word_tips.htm
For some helpful tips using Word.
Helmut Weber - 18 Apr 2005 12:38 GMT
Hi Greg,
if I understand you right, then
if activedocument.path = "" then msgbox "never saved before"
Greetings from Bavaria, Germany
Helmut Weber, MVP
"red.sys" & chr(64) & "t-online.de"
Word XP, Win 98
http://word.mvps.org/
Greg - 18 Apr 2005 13:26 GMT
Helmut,
Yes that is it. Thanks.