AAP
Member
Hi, I try to test a vlookup in two arrays.
Array1 = An excel file where lookup_value is given and need to find rest of the columns from Array2.
Array2 = A database in access.
When I try to read both arrays. I get
Array1 = for example (0,200 To 0,4)
Array2 = for example (0,20 To 0,70000)
If you can see problem that from excel Array1 shows 200 rows and 4 columns but Array2 shows 20 rows and 70000 columns but actually Array2 (or database) is 70000 rows and 20 columns. That's the reason I cannot run a vlookup between these two arrays. Is there any solution you can see.
Array1 = An excel file where lookup_value is given and need to find rest of the columns from Array2.
Array2 = A database in access.
When I try to read both arrays. I get
Array1 = for example (0,200 To 0,4)
Array2 = for example (0,20 To 0,70000)
If you can see problem that from excel Array1 shows 200 rows and 4 columns but Array2 shows 20 rows and 70000 columns but actually Array2 (or database) is 70000 rows and 20 columns. That's the reason I cannot run a vlookup between these two arrays. Is there any solution you can see.