Applies To
Worksheet Object.
Description
Accessor. Returns a Range object that represents the used range on the specified worksheet. Read-only.
Example
This example selects the used range on Sheet1.
Worksheets("Sheet1").Activate ActiveSheet.UsedRange.Select