C
Corey
Currently use:
ActiveSheet.protect DrawingObjects:=True, Contents:=True, Scenarios:=False,
AllowFormattingCells:=True
It ALLOWS the user to Select LOCKED Cells still.
How can i have the Cells that are LOCKED to NOT be ENABLED,
Yet have them still able to Select UNLOCKED Cells and be able to Format the Unlocked Cells too?
Is there a :
LockedCellsSelect:=False ?
Corey....
ActiveSheet.protect DrawingObjects:=True, Contents:=True, Scenarios:=False,
AllowFormattingCells:=True
It ALLOWS the user to Select LOCKED Cells still.
How can i have the Cells that are LOCKED to NOT be ENABLED,
Yet have them still able to Select UNLOCKED Cells and be able to Format the Unlocked Cells too?
Is there a :
LockedCellsSelect:=False ?
Corey....