I have a sheet with one column filled with dates (in format 02/06/13).

I have several sort buttons on the sheet which are used to sort the sheet by data in various columns (beginning on row 11, sorting data in cols A through N). The buttons all call individual sub routines that pass a column identifier to a common sort routine. The common sort routine is below.

On of my columns (N) has the dates in it ... how would I sort on a date value ?

((( my code works for everything but sort on this date column)))

Please Login or Register  to view this content.
Thanks