You can divide the area of a sheet containing data into two parts: an area where movement is unrestricted (scroll area) and an area where movement is restricted, meaning that it is protected.
You can set the scroll area in a sheet either by using the Scroll Area macro or by making a change in the sheet's Properties dialog box.
Changing properties in the Properties dialog box
To change the sheet's properties, you need to open the macro editor, VBE.
- Press Alt+F11.
- Under VBA Project, select the sheet for which you want to change the Scroll Area property (You may need to hit Ctrl+R to display VBA Project).
- Under Properties, select the Scroll Area cell (see the screen shot), and type the reference of the range you want to set as the scroll area. In the screen shot, note that the reference given is $A$1:$C$15.
- To close the VBE or return to Excel, press Alt+Q.