Open, save, quit
Quitting, with prompt
Application.Quit SaveChanges:=wdPromptToSaveChanges
Save the current document
Application.Quit SaveChanges:=wdPromptToSaveChanges
Save the current document
Application.ActiveDocument.Save
Save As:
Application.ActiveDocument.SaveAs ("New Document Name.docx")
Comments
Post a Comment