Consulting

Results 1 to 2 of 2

Thread: "save" or "save as" code

  1. #1

    "save" or "save as" code

    I am using MS Office 2007 and need help making a code.

    I need to create a “SAVE” Command Box Button on an application. When the user clicks the box I need the word doc to respond as if they click the SAVE AS button...

    Thanks in advance for any help. - Jessica

  2. #2
    VBAX Wizard
    Joined
    May 2004
    Posts
    6,713
    Location
    ActiveDocument.SaveAs Filename:=path & filename

    You need to supply a valid path and a valid filename.


    If the document has not been previously Saved, all attempts to Save become SaveAs by default.

Posting Permissions

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