On Nov 6, 4:15 am, Paul Schreiner wrote:
> So you're saying that if you select a cell,
> the data will be re-sorted with the column of the active cell
> being the primary (or only?) sort field?
That is correct.
> should be simple enough using a selection_change event.
> use target.column to get
So you're saying that if you select a cell,
the data will be re-sorted with the column of the active cell
being the primary (or only?) sort field?
should be simple enough using a selection_change event.
use target.column to get the column number for the sort.
you would also want to check to see t