Hi,
I have a macro which has to search in a filtered area. However when the filter is on, it searches every row, but I don't want that..
Can anyone tell me how the macro can search only the rows which has been filtered?
Sub Doorlooptijd()
Dim orderNr As String
Dim matNr As String
Dim lRow As...