Hi ,
I am new in VBA and need assistance.
Is it possible to create a VBA code in order to Vlooklup two different excel files.
and then i want that result to be copied to third excel file.
i use below vlookup method
=VLOOKUP(A2,[SecondFile.xlsx]Sheet1!$A$1:$D$9,4,FALSE)
and i want same to be done via VBA and then it should give results in all cells
I am new in VBA and need assistance.
Is it possible to create a VBA code in order to Vlooklup two different excel files.
and then i want that result to be copied to third excel file.
i use below vlookup method
=VLOOKUP(A2,[SecondFile.xlsx]Sheet1!$A$1:$D$9,4,FALSE)
and i want same to be done via VBA and then it should give results in all cells