Hello,
I'm trying to use the Match property to find a value in a list and I am getting a run-time error that I have not been able to solve.
Run-time error '1004': Unable to get the Match property of the WorksheetFunction class.
The syntax I am using is the following:
GralesGuia(1) = Range("C8").Value
'Identificar Row de la guía solicitada en pestaña Datos
Set RangoGuias = Worksheets("Datos Guias Carretera").Range("A3:A500")
RowGuia = WorksheetFunction.Match(GralesGuia(1), RangoGuias, 0)
I also tried "Application.Worksheets("Datos...
but I get the same error.
I would be verry thankful if someone could give me a hand.
I know I can do this with a loop but I would like to learn how to use the WorksheetFunction methods.
Thanks!
szepeda.
Bookmarks