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

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -