S SG Hurst Apr 7, 2010 #1 I am trying to stop others from saving a file under a different name. Is it possible?
D Dave Peterson Apr 7, 2010 #2 Not really. Users can copy the file using windows explorer. And anything I could do to make sure that it's where it's supposed to be (and named correctly) would rely on macros. And macros can be disabled.
Not really. Users can copy the file using windows explorer. And anything I could do to make sure that it's where it's supposed to be (and named correctly) would rely on macros. And macros can be disabled.
B Bob I Apr 7, 2010 #3 Perhaps "hide" everything in the file, and then have auto-open macro check file name and location, if success, unhide?
Perhaps "hide" everything in the file, and then have auto-open macro check file name and location, if success, unhide?
D Dave Peterson Apr 7, 2010 #4 Perhaps... But if the user has to update the file and then save it, you'd have to complicate matters (a whole lot) by saving the file with all that stuff hidden. And with the protection that's offered by both worksheet and workbook protection (tools|protection type), it's still not too secure.
Perhaps... But if the user has to update the file and then save it, you'd have to complicate matters (a whole lot) by saving the file with all that stuff hidden. And with the protection that's offered by both worksheet and workbook protection (tools|protection type), it's still not too secure.
J Jim Thomlinson Apr 7, 2010 #5 Saving, copying and everything else to do with storing or deleting files is handled by your operating system. XL really has no say in the matter.
Saving, copying and everything else to do with storing or deleting files is handled by your operating system. XL really has no say in the matter.
B Bob I Apr 7, 2010 #6 It definitely would be messy, I guess it depends on the situation the OP is attempting to "cure".