Skip to main content
Version: 26.3

cellRange

Function

(Added in SenseTalk 1.79)

This is one of the commands and functions used for working with Excel.

The cellRange function accesses a rectangular range of cells in an excel worksheet.

Examples:

put worksheet1.cellRange ("C6", "E8") into columnsBasic // creates a list of lists for a range of cells
put cellRange("C:E") of worksheet1 into columnsBasic // using a colon, creates a list of lists for a range of columns

Further Reading

Resources in our other reference manuals:

Related terms in the SenseTalk Dictionary:



note

This page is under construction: it has not been reviewed for completeness.