I was just wondering if anyone knew how to have a default value in the save as dialog box form Word using VBA. The way it comes up just using Dialogs(wdFileDialogSaveAs).Show has the current document name in it, and I don't want people to accidentally overwrite the document when they click on my button. I have been looking for many different ways but to no avail. I can get it to work in Excel with no problem but the same way won't work in Word, so I'm kinda stuck.