Excel Reference

Reference cells and ranges

Direct Answer

Reference cells and ranges
is part of the Excel VBA object model. This reference page documents its syntax, parameters, and typical usage.

Reference

You can specify a cell or range of cells in one statement that identifies the range and also changes a property or applies a method.

A Range object in Visual Basic can be either a single cell or a range of cells. The following topics show the most common ways to identify and work with Range objects.

Some ways to reference cells

  • Refer to all the cells on the worksheet
  • Refer to cells and ranges by using A1 notation
  • Refer to cells by using a Range object
  • Refer to cells by using index numbers
  • Refer to cells by using shortcut notation
  • Refer to cells relative to other cells
  • Refer to multiple ranges
  • Refer to named ranges
  • Refer to rows and columns

!include[Support and feedback]

Reference: Excel object-model documentation • updated 10/10/2018
. Rebuilt for readability; see the original for complete parameter matrices.