Hi all,
I have a macro which I want to search through a list of dates in a range, and for each date found where the given criteria is met, paste the column header into another sheet in the same workbook.
Here is my code...
<code>
Sub compile()
Application.ScreenUpdating = False...