Guest User

Untitled

a guest
Dec 12th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. Sub CheckBox164_Click()
  2. If CheckBox164.Value = True Then
  3. Active.Workbook.Unprotect
  4. Sheets("00 00 01").Visible = -1
  5. Worksheets("Summary").Cells(8, 2).Value = "GENERAL CONDITIONS"
  6. Active.Workbook.Protect True, True
  7. End If
  8. End Sub
Add Comment
Please, Sign In to add comment