Hi!
On Sheet1 I have some text:
MytextA (cell A2)
MytextB
MytextC
MytextD
MytextE
MytextF
On Sheet2 I have some text:
MytextA Cells(j, 1)
MytextC
MytextE
Onerror works only once, Please help!
Sub FindText()
Dim a As String, n As String, z As String, j As String
a = "StrgMal"
n = 1
z =...