Hello All,
Can someone please tell me why I get an error on the fourth line of the following:
Thank you.
Can someone please tell me why I get an error on the fourth line of the following:
Code:
Dim name As String
Dim Loc As Range
name = ActiveCell.Offset(Range("A4").Value, 0)
Set Loc = Range("A63500:A65500").Find(What:=name, LookIn:=xlValues)
ActiveCell.Value = Loc.Offset(0, 4).Value