Thread
:
Find a string
View Single Post
#
1
Posted to microsoft.public.excel.programming
Francis Hookham
external usenet poster
Posts: 125
Find a string
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
Reply With Quote
Francis Hookham
View Public Profile
Find all posts by Francis Hookham