Results 1 to 4 of 4

Thread: Saving a Document with another name [resolved]

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2002
    Posts
    492

    Resolved Saving a Document with another name [resolved]

    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:
    1. With WordObject
    2.      .Documents.Open ("c:\abc.doc")
    3. End With

    Thanks for you help.
    Last edited by mrstuff68; Sep 20th, 2005 at 01:54 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width