You may try the following:
change the constants at the beginning - column where your dates areL dates = "C"
column where data sits - may be left from column with dates or if dates are leftmost write the same, for instance: fromcolumn = "C"
numcolumns = 5 (so in my example I tested it on data written in A:E). If you have only dates column (no other info associated with date then use 1
and finally: where real information starts - in test file I had no header, so fromrow = 1 was just what was needed.
Enjoy
Bookmarks