Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to protect particular sheets in a workbook.
Code used: Private Sub Workbook_Open() Password = "1234" Sheets("MasterData").Protect Password, True, True, True Sheets("Unassigned Requests").Protect Password, True, True, True End sub And i unprotect using Sheets("Unassigned Requests").Unprotect Password This protects my entire workbook when i open it the next time. How to avoid this? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Protecting workbook sheets | Excel Discussion (Misc queries) | |||
Protecting sheets within a workbook | Excel Discussion (Misc queries) | |||
Code to protect sheets, protects work book also? | Excel Programming | |||
Protecting a book protects too much?! | Excel Programming | |||
Protecting all sheets in a workbook | Excel Programming |