I'm not sure if this is possible but I have some VBA assigned to a button. If the user clicks the button it will auto name the file and save it to a specific location on a network drive. In the future if a folder name is changed, the file will not be able to auto save anymore. When the user runs into this scenario I would like a prompt in excel to let them know that the directory changed and if they can browse and redirect it to the new location. Then I would also like that new location to be updated in the VBA code so that it will continue to save there until this scenario happens again.
Is this possible? If so, how do you set it up to do this?
The reason why I want to do it this way too is because I also have some auto fill cells tied to VBA that will auto fill their name and profile details when they type into a cell. If the employee were to get married and last name changes, I would want the user to be able to click a button to create a prompt to change a line in the VBA code to reflect their last name change. That why the next time they type into the cell it will auto fill their new last name.
Thanks in advance.
Is this possible? If so, how do you set it up to do this?
The reason why I want to do it this way too is because I also have some auto fill cells tied to VBA that will auto fill their name and profile details when they type into a cell. If the employee were to get married and last name changes, I would want the user to be able to click a button to create a prompt to change a line in the VBA code to reflect their last name change. That why the next time they type into the cell it will auto fill their new last name.
Thanks in advance.