The time info is in one column and your post is helpful. However I have 2
years worth of data that I need to sort for 9 dfferent worksheets, so to
manually filter is very time consuming. Is there anything you can suggest to
automatically copy and paste, or create a table that separates each day out
into a separate row or column?
Thanks again for your post and any more help you can give.

Signature
JRod
> It's not clear if your date and time are combined in one column or if
> they occupy two separate columns. If they are in separate columns then
[quoted text clipped - 46 lines]
> > --
> > JRod
Pete_UK - 08 Aug 2007 00:52 GMT
You could record a macro while you do the copy/paste a few times, and
then if you examine the code you will be able to see the similarities
and differences. If you did it five times, say, then you will notice 5
different dates specified as filter criteria, so this might help you
to see how you could edit the recorded macro by, for example, taking a
date from a cell somewhere and then repeating the filtering for 5
consecutive days (or 10, or some other multiple).
If you expect to generate 9 different worksheets from 2 years' worth
of data, then I suppose you are splitting it into quarters (90 days?).
You could create the blank sheets yourself and then edit the code to
do 90 days into one sheet, and then just edit the sheet name for the
next 90 days.
It depends how proficient you are with VBA, but I think a macro is the
only way to achieve what you want given the number of days that you
have.
Hope this helps.
Pete
> The time info is in one column and your post is helpful. However I have 2
> years worth of data that I need to sort for 9 dfferent worksheets, so to
[quoted text clipped - 58 lines]
>
> - Show quoted text -