I have created an Inventory System using Excel with Userforms. I am trying to create a "Backup" function into the program where I create a new workbook and copy all my sheets to the new workbook. I am using the getsaveasfilename option to save the backup file. I set my initial file name in the "Save As" dialog box and all is working great. My question is, can I restrict the user from changing the initial file name I load? Basically I only want the user to be able to change the file path and not the file name before the save takes place.