This might be impossible... but here goes..
So I made a code to locate a specific value "ack-", and to copy/paste into another sheet...
Sub HEA_Filter_Dates_Times()
Dim strArray As Variant
Dim wsSource As Worksheet
Dim wsDest As Worksheet
Dim NoRows As Long
Dim DestNoRows As Long
Dim I As Long...