F
Francis Hookham
I am trying to find the row in which a string occurs but I just do not
understand how.
Can you complete this for me?
Sub zTest()
sDName = "D01-007"
iDRow = .Find(sDName, LookIn:=Range(Cells(6, 2), Cells(30, 2)))
End Sub
Francis Hookham
understand how.
Can you complete this for me?
Sub zTest()
sDName = "D01-007"
iDRow = .Find(sDName, LookIn:=Range(Cells(6, 2), Cells(30, 2)))
End Sub
Francis Hookham