I have a sheet with data that is dated, I would like to copy data from that sheet to a separate sheet for each month. This way I have a Main sheet and 12 separate ones for each month.
I was thinking about doing something in VB to copy the data but don't know how to tell it that if the date is in this month move to this sheet.
So the data is on the sheet "Master List"
All my month sheets are named : Jan, Feb, March, April, May, June, July, August, Sept, Oct, Nov, Dec
The data is on columns B (the Date), C, D, & E that all need to be copied and pasted to the corresponding month.
Any help is greatly appreciated.
I was thinking about doing something in VB to copy the data but don't know how to tell it that if the date is in this month move to this sheet.
So the data is on the sheet "Master List"
All my month sheets are named : Jan, Feb, March, April, May, June, July, August, Sept, Oct, Nov, Dec
The data is on columns B (the Date), C, D, & E that all need to be copied and pasted to the corresponding month.
Any help is greatly appreciated.