Please HELP
I am working in Word (xp) and have a form on a template that enables the user to, when saving, either overwrite or keep both. Overwrite is not problem, but when keeping both word places the document in the default directory (tools, options, file locations...)HOW DO I GET WORD TO LET THE USER SELECT WHICH DIRECTORY ???
The code I am useing is:-
docActiveDocument.SaveAs FileName:=strPathName & strFileName, FileFormat:=wdFormatDocument
Any suggestions ANYONE ???
I am working in Word (xp) and have a form on a template that enables the user to, when saving, either overwrite or keep both. Overwrite is not problem, but when keeping both word places the document in the default directory (tools, options, file locations...)HOW DO I GET WORD TO LET THE USER SELECT WHICH DIRECTORY ???
The code I am useing is:-
docActiveDocument.SaveAs FileName:=strPathName & strFileName, FileFormat:=wdFormatDocument
Any suggestions ANYONE ???