Hi Everyone,
I have this code:
Is it possible that it will coded like this?![]()
Please Login or Register to view this content.
Set Table2 = Workbooks(=range("B").value).Sheets(=range("C").value).Columns(range("G").value)
and
Cells(Imp_Row, Imp_Col) = Application.WorksheetFunction.VLookup(cl, Table2, =range("F").value, False)
Thanks in advance
Bookmarks