DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Private Sub TextBox1_Change()
On Error Resume Next
NO = TextBox1.Value
Set FC2 = Range("B7:L65000").Find(What:=NO)
Application.Goto Reference:=Range(FC2.Address), _
Scroll:=False
Selection.AutoFilter Field:=2, Criteria1:="*" & TextBox1.Value & "*"
If NO = "" Then
Selection.AutoFilter Field:=2
End If
End Sub
Private Sub TextBox1_Change()
On Error Resume Next
NO = TextBox1.Value
Set FC2 = Range("[B][COLOR="Blue"]G3:L65000[/COLOR][/B]").Find(What:=NO)
Application.Goto Reference:=Range(FC2.Address), _
Scroll:=False
Selection.AutoFilter Field:=[B][COLOR="blue"]7[/COLOR][/B], Criteria1:="*" & TextBox1.Value & "*"
If NO = "" Then
Selection.AutoFilter Field:=[B][COLOR="blue"]7[/COLOR][/B]
End If
End Sub