S
Simmo
Hi,
can anyone help?
I want to stop users opening a particular workbook and then saving that
workbook as "master.xls".
So if they open the document called master.xls, if any save action is
invoked (i,e they click "save" or "save as") - they are prompted with a
message telling them to save as a different name (if they are about to
save it as master.xls).
If the autosave is on - is there anywhere I can use this to prompt them
to save as sat "dummy1.xls"? If not then, no matter. As long as they
cant save as "master.xls".
Does anybody know how to write the VBA code to do this? I know it needs
to go in the worksheet_Beforesave() event.
Many thanks,
can anyone help?
I want to stop users opening a particular workbook and then saving that
workbook as "master.xls".
So if they open the document called master.xls, if any save action is
invoked (i,e they click "save" or "save as") - they are prompted with a
message telling them to save as a different name (if they are about to
save it as master.xls).
If the autosave is on - is there anywhere I can use this to prompt them
to save as sat "dummy1.xls"? If not then, no matter. As long as they
cant save as "master.xls".
Does anybody know how to write the VBA code to do this? I know it needs
to go in the worksheet_Beforesave() event.
Many thanks,