Hi
Can someone help me to correct my syntax below
As i am getting error Wrong number of Arguements or Invalid property Arguement
Thanks
NimishK
Can someone help me to correct my syntax below
As i am getting error Wrong number of Arguements or Invalid property Arguement
Code:
Dim a as Variant
Dim matchValueString as String
Dim curRow as Long
Dim lstRow as Long
a = Application.Match(matchValueString, (xWk.Range(Cells(3, curRow), Cells(3, lstRow), 0)))
or
a = Application.Match(matchValueString, (xWk.Cells(3, curRow)), Cells(3, lstRow), 0)
NimishK
Last edited: