![]() |
unprotect hidden sheet
I am using a hidden sheet to track several counters that are accessed by code
off of different sheets. I have protected that entire sheet . I want to be able to unprotect the sheet to update the counters without unhiding it first. |
unprotect hidden sheet
with worksheets("hiddensheetnamehere")
.unprotect password:="hi" .range("A1").value = "whatever update you need" .protect password:="hi" end with dawall33 wrote: I am using a hidden sheet to track several counters that are accessed by code off of different sheets. I have protected that entire sheet . I want to be able to unprotect the sheet to update the counters without unhiding it first. -- Dave Peterson |
unprotect hidden sheet
No need to protect that hidden sheet.
Just make sure the workbook is protected so's users cannot unhide the sheet. Or make the sheet xlveryhidden Gord Dibben MS Excel MVP On Wed, 22 Apr 2009 13:15:02 -0700, dawall33 wrote: I am using a hidden sheet to track several counters that are accessed by code off of different sheets. I have protected that entire sheet . I want to be able to unprotect the sheet to update the counters without unhiding it first. |
All times are GMT +1. The time now is 06:58 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com