Range.CellText

This property returns the text of the specified cell in the range.

This property is read only.

Syntax Parameters Return Value
ReadOnly Property Range.CellText( _
    Row As Integer, _
    Column As Integer) As String
  • Row [in]

Type: Integer

  • Column [in]

Type: Integer

String