E
EagleOne
2003/2007
When I applied worksheet protection, I "permitted" the User to add rows to the sheet.
What VBA can I use to remove protection from all cells in the newly added row
so that the user may fill the cells with data, without permitting the User to change
data in all the previously existing cells?
I see two issues:
(1) How do I "select" just the newly added cells within the UsedRange of the protected sheet?
(2) Formatting those cells is not my concern as I know how to do that.
TIA EagleOne
When I applied worksheet protection, I "permitted" the User to add rows to the sheet.
What VBA can I use to remove protection from all cells in the newly added row
so that the user may fill the cells with data, without permitting the User to change
data in all the previously existing cells?
I see two issues:
(1) How do I "select" just the newly added cells within the UsedRange of the protected sheet?
(2) Formatting those cells is not my concern as I know how to do that.
TIA EagleOne