I have some data with an output similar to this:
01APR2013:10:43:41.134000
There are thousands of lines of data from various months. I want a macro which will select the cell in a column which is the first day of the month. So basically, work out what the first day of the current month is, and find the first result in the column so I can then select all data below that and copy/paste to another location. I thought using something like search, today, day, and month function would work, but some of these are not in VBA.
Any ideas?
01APR2013:10:43:41.134000
There are thousands of lines of data from various months. I want a macro which will select the cell in a column which is the first day of the month. So basically, work out what the first day of the current month is, and find the first result in the column so I can then select all data below that and copy/paste to another location. I thought using something like search, today, day, and month function would work, but some of these are not in VBA.
Any ideas?