queries all cells with different values in a specified row.
This method takes each column of the current cell range(s) and
compares all cells with the cell in the specified row. All cells
which are different to this comparison cell will be returned.
Parameter aCompare
contains a cell address with the row index used for comparison.
Only this row index is of interest.
Returns
all cells of the current cell range(s) which are different
to the comparison cell of each column.
queries all cells with different values in a specified column.
This method takes each row of the current cell range(s) and
compares all cells with the cell in the specified column. All cells
which are different to this comparison cell will be returned.
Parameter aCompare
contains a cell address with the column index used for
comparison. Only this column index is of interest.
Returns
all cells of the current cell range(s) which are different
to the comparison cell of each row.