Hello,
I'm new to the forum and to VBA. I have a sheet with one tab that has several columns. One of these columns is a date. I'd like to split the rows into multiple tabs based on the date criteria in the tab.
So, the first new tab should be all the rows >= April 15, 2017. The second new tab should be all the rows >= May 20, 2017. So forth and so on.
I have 25 such dates.
There will be duplication of records from tab to tab. In other words, the tab ">April 15" will have records that are also in the "> May 20" tab.
Grateful for the help.
I'm new to the forum and to VBA. I have a sheet with one tab that has several columns. One of these columns is a date. I'd like to split the rows into multiple tabs based on the date criteria in the tab.
So, the first new tab should be all the rows >= April 15, 2017. The second new tab should be all the rows >= May 20, 2017. So forth and so on.
I have 25 such dates.
There will be duplication of records from tab to tab. In other words, the tab ">April 15" will have records that are also in the "> May 20" tab.
Grateful for the help.