I've looked everywhere for this and have not been able to find the specific code to help me.
I would like to have a macro, possibly using the BeforeSave subroutine that when a user chooses to "save as" the file, the default save location will be a different folder than the folder the file is actually located in. The file will already be opened as a read only, so also choosing to just "save" should change the location as well.
The location will be a main directory from which they can navigate to whatever folder they want to save the file and be able to save under a file name of their choosing.
The purpose is that the original is in a location I do not want users accidentally saving to. And I don't want to have a save button or anything that calls for a separate subroutine. It needs to run directly from the save dialog box. Is that possible?
Any help would be appreciated.
I would like to have a macro, possibly using the BeforeSave subroutine that when a user chooses to "save as" the file, the default save location will be a different folder than the folder the file is actually located in. The file will already be opened as a read only, so also choosing to just "save" should change the location as well.
The location will be a main directory from which they can navigate to whatever folder they want to save the file and be able to save under a file name of their choosing.
The purpose is that the original is in a location I do not want users accidentally saving to. And I don't want to have a save button or anything that calls for a separate subroutine. It needs to run directly from the save dialog box. Is that possible?
Any help would be appreciated.