This property returns and sets the text contents of a cell.
object.TextArray(cellindex) [= string]
This property enables you to set or retrieve the contents of a cell without changing the Row and Col properties.
The cellindex parameter determines which cell to use. To calculate cellindex, multiply the desired row by the Cols property and add the desired column.