hi all,
this is my first topic and I hope to do not some mistake.
I decided to to convert my excel macro in a exe file using visual studio 2010.
In excel macro method find is present like this:
findRNC_row = xl.cells.Find(RNCid, SearchOrder:=xlByColumns, searchDirection:=xlNext).Row

where xl is so defined:
dim xl as object
xl=createobject("excel.application")

VB does not recognize SearchOrder:=xlByColumns and SearchDirection:=xlNext

is it possible to use excel method find in vb2010?
if yes, can someone help me please?

thanks in advanced
gio