I have a list of part numbers in excel that I want to get external data for. I wrote a VB script to go get the data, but it does it one cell at a time. Connects, fetches, returns data, then moves to next cell and connects, fetches, returns data, over and over until it reaches a blank cell.
I would like to pass it the entire list of part numbers (join with an external table) then return all the data at once!
Can you help?
I can cut and paste the list into access but don't want to.
I would like to pass it the entire list of part numbers (join with an external table) then return all the data at once!
Can you help?
I can cut and paste the list into access but don't want to.