T
teresa
Hi All,
Am using the below to do a vlookup
Sub fact()
Range("b50").Select
Range("b50").Value = WorksheetFunction.VLookup("a50", "c39:d40", 2, [false])
End Sub
Am receiving:
Application-defined or object-defined area
Am using the below to do a vlookup
Sub fact()
Range("b50").Select
Range("b50").Value = WorksheetFunction.VLookup("a50", "c39:d40", 2, [false])
End Sub
Am receiving:
Application-defined or object-defined area