Create a user form that prompts for the filename into a text box, and then use the saving code non-interactively with your predetermined path, and the user supplied file name.
You can add your own validation (looks for either .doc on the end, or no periods in the file name; look for disallowed characters [ \ / : * ? " < > | ]; and so on) that must be satisfied before you will accept the name typed into the form.
|