Hi Joe
You don't say which application and exactly what you are trying to do so I
will assume the following;
a) Word is the application
b) You have a document open that you wish to saveas an exiting file that
exists on the storage without prompting.
This is quite simple
Activedocument.saveas "filename"
It will automatically overwrite any previous file
- no error thrown in
Word 2003 if you want to work out the current directory of the open document
you can get that from
Activedocument.Path
Hope this helps
Rgds
Mike Walker
(Reply via NG)