Re: $$Excel-Macros$$ How to sort database

2010-11-05 Thread Tom
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

Re: $$Excel-Macros$$ How to sort database

2010-11-05 Thread Paul Schreiner
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