
04-03-2012, 09:03 AM
|
Newcomer
|
|
Join Date: Apr 2012
Posts: 1
|
|
Using Cells.find() in Vb.net
please help me use this code of VBA in VB.net...
Cells.Find(What:="Reaction", After:=ActiveCell, LookIn:=xlValues, LookAt _
:=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, MatchCase:= _
False, SearchFormat:=False).Activate
thanks in advance
|
|