Gruppe
Feature
Bereich
Bedingt
Thema
Eine Reihe von Beispielen zum Feature Bedingte Formatierung
Problem
Eine Reihe von Beispielen zum Feature "Bedingte Formatierung" in 7 Tabellenblättern
Lösung
Geben Sie die benutzerdefinierte Funktion in ein Standardmodul ein.
StandardModule: Modul1
Function IsProtect(rng As Range) As Boolean
If rng.Locked Then IsProtect = True
End Function