Bekijk de onderstaande video om te zien hoe je onze site als een web app op je startscherm installeert.
Opmerking: Deze functie is mogelijk niet beschikbaar in sommige browsers.
If ActiveSheet.ProtectContents = True Then
MsgBox "Beveiliging AAN"
Else
MsgBox "Beveiliging UIT"
End If
Private Sub Workbook_SheetActivate(ByVal Sh As Object)
ActiveWindow.GridlineColorIndex = IIf(Sh.ProtectContents, 3, xlColorIndexAutomatic)
ActiveWindow.Caption = "beveiliging " & IIf(Sh.ProtectContents, "aan", "uit")
End Sub
We gebruiken essentiële cookies om deze site te laten werken, en optionele cookies om de ervaring te verbeteren.