EssRemoveOnly

Description

Performs a Remove Only on the selection range for the dimension whose members you selected.

Syntax

EssRemoveOnly([workbookName]sheetName, range, selection)

Where [workbookName]sheetName is the text name of the workbook and worksheet to which the retrieve occurs.

range is reference to the area of data that is retrieved.

selection is a reference to the members in a dimension which are to be removed in the retrieve.

Example

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

Notes: