R
Richard
I currently am using:
Worksheets(Index).EnableSelection = xlUnlockedCells
Worksheets(Index).Protect
to protect my worksheets after unprotecting them for some changes. But one of the sheets needs to
allow the user to adjust the charts to suit their needs and another needs to allow the selection of
both locked and unlocked cells. I looked throughout the VB help but found no list of these constants.
What properties would give me these benefits?
Thanks,
Richard
Worksheets(Index).EnableSelection = xlUnlockedCells
Worksheets(Index).Protect
to protect my worksheets after unprotecting them for some changes. But one of the sheets needs to
allow the user to adjust the charts to suit their needs and another needs to allow the selection of
both locked and unlocked cells. I looked throughout the VB help but found no list of these constants.
What properties would give me these benefits?
Thanks,
Richard