DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
merhaba ben bu kodları kullanıyorum sizde çalışma sayfanıza texbox kutusu ekleyip bu kodları kullanabilirsiniz kolay gelsin
private sub textbox1_change()
dim metin1 as string, fc2 as range
on error resume next
metin1 = textbox1.value
set fc2 = range("a2:e65000").find(what:=metin1)
application.goto reference:=range(fc2.address), _
scroll:=false
selection.autofilter field:=4, criteria1:="*" & textbox1.value & "*"
ıf metin1 = "" then
selection.autofilter field:=4
end ıf
end sub