EssSendData

Description

Updates the database with data from the specified spreadsheet or spreadsheet range.

Syntax

EssSendData([workbookName]sheetName, range) 

Where [workbookName]sheetName is the text name of the workbook and worksheet from which the data is sent.

range is a reference to the area of data.

Example

=EssSendData("[Sample.xls]Sheet1", SAMPLE.XLS!A1:G20)

Notes: