DeepUnderground
07-19-2010, 06:27 PM
I came across something interesting... I have a worksheet and it is protected. I have added the standard code:
mysheet.EnableSelection = xlUnlockedCells
mysheet.Protect AllowFormattingCells:=True
to protect it.
eventhough the worksheet is protected, I would like to allow the user to merge cells of unlocked cells, but it is "greyed" out in the format cells. Has anyone else come accross this and is there a way to solve it.
mysheet.EnableSelection = xlUnlockedCells
mysheet.Protect AllowFormattingCells:=True
to protect it.
eventhough the worksheet is protected, I would like to allow the user to merge cells of unlocked cells, but it is "greyed" out in the format cells. Has anyone else come accross this and is there a way to solve it.