worksheet
Function
(Added in SenseTalk 1.79)
The worksheet function provides access to an Excel worksheet.
The worksheet function returns a worksheet object that provides access to a sheet within an Excel workbook. The worksheet object includes a name property which can be used to access or set the name of the sheet.
Example:
put worksheet("/path/to/sales.xls") into salesProjection
Related Terms
Related terms in the SenseTalk Dictionary:
Object Type
(Added in SenseTalk 1.79)
An object type for the is a keyword.
note
This page is under construction: it has not been reviewed for completeness.