Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Saving A word doc with VBA code in MS Access 97

Status
Not open for further replies.

rphbrew

Technical User
Nov 30, 2002
40
US
I have tried the code below to save a file but it does not prompt me. It just saves the file.

.ActiveDocument.CLOSE SaveChanges:=wdPromptToSaveChanges, OriginalFormat:=wdPromptUser

I want to be able to rename the document before saving.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top