In my application i open up a document in word with the following code, once i do all of my precessing on that document using my vb app, how do i get Word to save the file with a different name. Example Abc.doc gets saved as completedproject.doc.
VB Code:
With WordObject .Documents.Open ("c:\abc.doc") End With
Thanks for you help.




Reply With Quote