- Katılım
- 13 Ekim 2004
- Mesajlar
- 16,058
- Excel Vers. ve Dili
-
Excel 2010-32 bit-Türkçe
Excel 365 -32 bit-Türkçe
Aşağıdaki kodu deneyin.
Kod:
Sub isimara()
Range("B2:B65536").ClearContents
deg = Split([c1], " ")
For a = 2 To [a65536].End(3).Row
For b = 0 To UBound(deg)
If InStr(1, UCase(Cells(a, "a")), UCase(Replace(deg(b), ".", ""))) = 0 Then GoTo 10
Next
Cells(a, "b") = "VAR"
10 Next
End Sub