Hi, thanks for your reply. From within Word VBA code I'm checking for certain criteria within worksite. If the criteria is met the operator must either save the document as a New Version or New document before proceeding. I want to force the user to make a selection between the two options and then carry out the relevant save. As there is nothing special about the save to be carried out I would like to avoid unnecessarily coding the full save/save as procedure. Currently I am creating an NRS script on the fly to disable the Replace Original document then then calling Application.Run MacroName:="FileSaveAsBinding" - this does exactly what I want but writing NRS scripts, running the save and then removing the script is not particularly neat.