Pull! Question with N/A and REF errors

enigmaes

Board Regular
Joined
Apr 22, 2014
Messages
52
I need to do a Vlookup. I used Indirect.ext for one application, which worked great, but I am trying to get information from over 2000 files...impossible to open that many, AND the .ext doesn't work with vlookup. If it runs until Christmas, it'll still be faster than I am. In a minimized version of this (5 files, 5 vlookups), I am using the following:

=Vlookup("*search*",Pull('c:\direc\[file.csv]sheet1'!$bx$1:$bx$2000), 1, False)

Any idea what I'm missing?

Pull is installed as module 1.

I ran a debug and it stopped on this line
Set xlwb = xlapp.Workbooks.Add 'needed by .ExecuteExcel4Macro

Help? TIA.
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
OK - I have been working with this most of the day. Hoping it's something really simple.

First: These are A1 and A2
(A1) =pull("'"&A2)

(A2) C:\temp\[7770.xlsx]777'!$a2

<colgroup><col width="64"></colgroup><tbody>
</tbody>


In file 7770.xlsx, sheet 777, i have

(A1) testing
(A2) it worked

Checked syntax, checked drive/path for length. PULL is in module 1. Help?
 
Upvote 0

Forum statistics

Threads
1,214,832
Messages
6,121,843
Members
449,051
Latest member
excelquestion515

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top