Hi All
One question, how do I Find a value in A:A99999999 and select the cell if the value are found?
I have tried this without any luck
Worksheets("sheet1").Column(1).Find(What:=TextBox3, LookIn:=xlValues, LookAt:=xlWhole, SearchOrder:=xlByColumns, SearchDirection:=xlNext, MatchCase:=False).Select![]()
Please Login or Register to view this content.
![]()
Please Login or Register to view this content.
Bookmarks