Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Not allowing saving in XL

Status
Not open for further replies.

isma786

Technical User
Apr 7, 2004
31
US
HI,

Is there a way to not allow users to save a spreadsheet when they use it.
 
Nothing that can't easily be defeated by any comptetent Excel user. You could use a macro to intercept the Save and Save As commands, but that can be defeated by:
a) copying worksheets to another workbook and saving that; or
b) holding down the Shift key while opening the workbook. This prevents the macro from running, while giving full access to all other workbook functions.

Cheers
 
Make it a read only file (password protect it to modify). Depending on your version go to Tools --> Options --> Security and choose a modification password and make it read only.

Now I'm guessing you just don't want people changing your spreadsheet??? If you want total security this won't work, people can still copy and paste it and make their own spreadsheet, but it will prtect yours!

~CzarJ
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top