Performs a Remove Only on the selection range for the dimension whose members you selected.
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.
=EssRemoveOnly("[Sample.xls]Sheet1", SAMPLE.XLS!A1:G20, SAMPLE.XLS!B2)