ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   sheet protection (https://www.excelbanter.com/excel-discussion-misc-queries/171290-sheet-protection.html)

pmss

sheet protection
 
thanks .
But still does not work.
I have used following code for check box.
Private Sub CheckBox1_Click()
If CheckBox1.Value = True Then

Rows("18:39").Hidden = False
Else
Rows("18:39").Hidden = True

End If

End Sub

i want to protect this sheet but when i protect the sheet , the check box
doesnot work. It gives some error messege.

pmss

Bob Phillips

sheet protection
 
By starting a new thread, you have created a situation whereby no-one knows
what you are talking about. Continue your previous thread, wherever that is.

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"pmss" wrote in message
...
thanks .
But still does not work.
I have used following code for check box.
Private Sub CheckBox1_Click()
If CheckBox1.Value = True Then

Rows("18:39").Hidden = False
Else
Rows("18:39").Hidden = True

End If

End Sub

i want to protect this sheet but when i protect the sheet , the check box
doesnot work. It gives some error messege.

pmss





All times are GMT +1. The time now is 05:30 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com