Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sooner I have asked for an easy way to lock all the sheets in a spredsheet
and I got the very useful answer: Sub LockDown() For Each ws In Worksheets ws.Protect DrawingObjects:=True, Contents:=True, Scenarios:=True Next End Sub Sub UnlockAll() For Each ws In Worksheets ws.Unprotect Next End Sub But I like to protect my spredsheet with a password, so the user can't remove the protection. To that question I got the following answer: "Open your workbook Open the VBE (alt-f11) select your poject Tools|VBAProject Properties|Protection tab Give it a memorable password. Save your workbook, close it and reopen it to test that protection" But I can't make that work - why? Jane |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I lock several sheets | Excel Discussion (Misc queries) | |||
How to password / lock a folder instead of each files | Excel Discussion (Misc queries) | |||
Password Access to certain sheets | Excel Worksheet Functions | |||
I FORGOT MY PASSWORD AND THE EXCEL SHEET IS LOCK HOW CAN I UNLOCK | Excel Discussion (Misc queries) | |||
calculating excel spreadsheet files for pensions and life insurance (including age calculation sheets) | Excel Worksheet Functions |