ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Simple Vlookup Loop (https://www.excelbanter.com/excel-programming/438232-simple-vlookup-loop.html)

James[_47_]

Simple Vlookup Loop
 
Hi Everyone,

Can anyone help me with looping through the worksheets with simple
vlookup?

- I have this workbook called "A" which has 10 different tabs

- Lookup file: C:\documents\ABC.xls
- Lookup range: A1:B30
- Lookup value: Workbook A, Everytab, Column C (non-empty cells)


i.e. Vlookup(Cx, Lookup range, 2, false) for every worksheet

I got up to below so far and totally lost what I have to do after
this :(

Can anyone help please?

Thank you for your help in advance.


LookFName = "C:\Documents\ABC.xls
Set Lookbk = Workbooks.Open(Filename:=LookFName)
Set myRng = Lookbk.Sheets("Sheet1").Range("A1:B30")


For Each Ws in Sheets


res = Application.VLookup(myVal, myRng, 2, False)


All times are GMT +1. The time now is 08:40 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com