S
Stuart
If I say:
With ws
.Protect
.EnableSelection = xlUnlockedCells
End With
and then save the workbook, then when I reopen
it, then it is protected, but the EnableSelection
statement is not operating.
Is this as intended? If so, then will I have to use the
Workbook Open event to set the Selection?
Regards.
With ws
.Protect
.EnableSelection = xlUnlockedCells
End With
and then save the workbook, then when I reopen
it, then it is protected, but the EnableSelection
statement is not operating.
Is this as intended? If so, then will I have to use the
Workbook Open event to set the Selection?
Regards.