Range.CellValue

This property returns/sets the value of the specified cell in the range.

Syntax Parameters Return Value
Property Range.CellValue( _
    Row As Integer, _
    Column As Integer) As Variant
  • Row [in]

Type: Integer

  • Column [in]

Type: Integer

Variant