I have a button that users can click which will open the SaveAs popup box, where the user can input a file name to save as. What I need it to also do is to go to a particular folder to save into. The folder (called "Cost") is in the same folder as the excel spreadsheet, but need to keep them separate than the master file so I create the folder "Cost" to save to. The user will still need to be able to name the file during the SaveAs popup, I just need the SaveAs popup to default to the "Cost" folder. Not sure how to make it default to the "Cost" folder while still allowing the user to name the file whatever they need to. Any help would be appreciated. Thanks.