limited cell movement

  • Thread starter Thread starter thebusinessbus
  • Start date Start date
T

thebusinessbus

I cannot move my cursor on one of my worksheets to any cell outside of the
range of A1:N125. There are locked cells within this range that are blocked
once the sheet is protected, but I can access them properly by turning the
protection off. However, I still cannot move to any cell outside of the
aforementioned range. Is there another setting that I am missing somewhere?
 
Hi,
you have been limited to that range do this, right click on the mouse, view
code,on the left you will see properties, look into Scrollarea almost at the
end, clear the field at the right
 
Look in the sheet module and in the ThisWorkbook module for some code that
limits the scroll range in that one sheet. Delete that piece of code if you
wish. HTH Otto
 
Back
Top