P papou Oct 8, 2007 #2 Hello yusuf You may use eiher: Evaluate("=VLOOKUP(C3,A1:B5,2,FALSE)") or Application.WorksheetFunction.VLookup(Range("C3"), Range("A1:B5"), 2, False) HTH Cordially Pascal
Hello yusuf You may use eiher: Evaluate("=VLOOKUP(C3,A1:B5,2,FALSE)") or Application.WorksheetFunction.VLookup(Range("C3"), Range("A1:B5"), 2, False) HTH Cordially Pascal
G Guest Oct 30, 2007 #3 Hi Papou Thank you for helping me, I try to run the following macro but still give me error please if you can help me in this matter. Sub Test() B2 = Application.WorksheetFunction.VLookup(Range("A:A"), Range("[bank_database.xls]Sheet1!$A:$B"), 2, False) End Sub thanks you
Hi Papou Thank you for helping me, I try to run the following macro but still give me error please if you can help me in this matter. Sub Test() B2 = Application.WorksheetFunction.VLookup(Range("A:A"), Range("[bank_database.xls]Sheet1!$A:$B"), 2, False) End Sub thanks you