Syntax

expression.ScrollArea

expression A variable that represents a Worksheet object.

Remarks

Set this property to the empty string ("") to enable cell selection for the entire sheet.

Example

This example sets the scroll area for worksheet one.

Visual Basic for Applications
Worksheets(1).ScrollArea = "a1:f10"
Find out the boundary of the selectable area? Mark out of bounds areas on worksheet? Restrict area for cell selection? scroll scroll AREA Scroll Area Property scrollarea ScrollArea Property

See also: