Document.SaveAs
Method: SaveAs (strFileName as String)
Description
Save the document to the file specified. If saving was successful, the FullName property gets set to the specified file name.
Errors
| 1400 | The document object is no longer valid. | 
| 1407 | An empty file name has been specified. | 
| 1403 | Error when saving file, probably the file name is invalid. |