WorksheetProtectedSelectionMode
Enumeration used to indicate which cells may be selected when the Worksheet is protected.
Enumeration Members
Section titled "Enumeration Members"AllCells
Section titled "AllCells"All cells including locked cells may be selected.
AllCells = 0 NoCells
Section titled "NoCells"The selection cannot be change.
NoCells = 2 UnlockedCells
Section titled "UnlockedCells"Only cells that are unlocked may be selected via the keyboard or mouse. Note a cell that is locked may be selected if a range selection is created between 2 unlocked cells.
UnlockedCells = 1