25.09.2014, 11:09
Hallo Günther,
füge einfach am Ende dieses/Deines Makros das ein:
Gruß Uwe
füge einfach am Ende dieses/Deines Makros das ein:
Code:
With Worksheets("Test")
Application.Goto .Range("E:E,H:H").Find(What:=.Range("K2").Value, _
LookIn:=xlFormulas, _
LookAt:=xlWhole, _
SearchOrder:=xlByRows, _
SearchDirection:=xlNext, _
MatchCase:=False).Offset(0, 1)
End With
Gruß Uwe