edit - How to make hidden rows not editable/copiable in VBA? -
the macro hides rows. after rows hidden, users can copy, edit , delete blocks of cells/rows. when users select range contains hidden cells, hidden cells, unfortunately, got selected also, actions performed on hidden cells too.
is possible hide rows in such way, not participate in actions performed on visible part of worksheet (behave hidden rows after autofilter)?
to hide rows use code:
rows(i).entirerow.hidden = true
not aware of. need @ protecting worksheet , locking cells don't want modified/copied.
Comments
Post a Comment