Hi,
I have a column with dates from the past 10 years. I want to create a macro with VBA that search for dates which have last month in it.
For example lets say that there are 10 dates that meet this requirment, the macro have to select these rows and copy them to another sheet.
So first the macro need to have the search specification: this month minus one. The day is not important only the month and year. Search for all dates that meet this month and year. Then select all these rows.
Can someone help me with this?