Hello,
I run into a Run-time error '1004'
Method "Range" of Object "_Worksheet" failed.
when trying trying to specify this range:
Can someone pinpoint what I am doing wrong in my Range-specification?
Thanks in advance, Sige
I run into a Run-time error '1004'
Method "Range" of Object "_Worksheet" failed.
when trying trying to specify this range:
Code:
iS=Application.WorksheetFunction.Match(Sheet1.Range("A3"), Sheet1.Range(Cells(6, 1), Cells(Rows.Count, 1).End(xlUp)), 0)
Can someone pinpoint what I am doing wrong in my Range-specification?
Thanks in advance, Sige