Hi All,
I need a VBA solution. I need to filter column AL and paste the results to column AK. So far I have this,
Sub Macro7()
'
' Macro7 Macro
'
'
With ActiveSheet.Range("AL2:AL1859")
.AutoFilter Field:=38, Criteria1:= _
"=*isolat*", Operator:=xlAnd, Criteria2:="<>*isolation*"
On Error...