As a secondary method to my question here: http://stackoverflow.com/questions/511488/show-cell-range-on-userform-then-update
I would like to have a macro that selects a range, and activates it, but allows the user to edit cells in that range. Then, it needs to have a button that moves onto the next range. Is there a way to keep a form visible, but allow the user access to a range?
And if that's possible, can I temporarily lock all other cells than those in the range while the updating is taking place, to avoid errors?