JasonEnsor
Programmer
Hi Guys,
What would be the best method do you think of going through a workbook and finding all entries where in Column A the date fell between April 2011 and April 2012 then copying that data in to a new workbook. My first thought is to loop through each sheet and then each row and add check if the date is between the required dates then copy to a temporary worksheet. When I have looped through them all I could then copy the data to a new workbook. It seems quite logical to me to do it that way however how do I test if a date is between the 2 values?
Many thanks in advance for any help you can give
Regards
Jason
What would be the best method do you think of going through a workbook and finding all entries where in Column A the date fell between April 2011 and April 2012 then copying that data in to a new workbook. My first thought is to loop through each sheet and then each row and add check if the date is between the required dates then copy to a temporary worksheet. When I have looped through them all I could then copy the data to a new workbook. It seems quite logical to me to do it that way however how do I test if a date is between the 2 values?
Many thanks in advance for any help you can give
Regards
Jason