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

Python __call__ special method practical example -

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -