QUOTE (albuquerquebill @ November 23, 2013 06:54 pm) |
Just a minor difficulty with this excellent macro. When I sort on the last column (days between finds), it sorts only on the first digit of the number. Hence, for example 96 is higher than 940 ! |
Yes, that's because the entries are text, not numbers. I'll look to see how difficult it would be to add padding to fix the sort (padding is not simple in HTML because you cannot simply add spaces to the beginning of the text. I recall I resolved this on one of my other macros that has an HTML table, but don't remember how!).
