Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Here is my scenario - I write applications that connect to backoffice
solutions, not necessarily in real time. I want to look up the descriptions for a set of key values as follows. Column A might have the key values, and column B would have my function called mylookup(keyvalue). So cell A1 would have 1265 in it and cell B1 would have =mylookup(A1). This would be repeated for, let's say, 10,000 lines. Rather than doing 10,000 calls to the backend system, I would rather do 1 call that passes 10,000 lines of data and retrieves 10,000 descriptions. So I would like the code for mylookup to somehow cache up each keyvalue in a list or array, and then magically, after it has ALL of them, call the backend system, get the list of answers, and then put them in the correct cells. Is this impossible ? I have a couple of ideas, but I am not very happy with any of them :) Thanks, James Shoffit (replace with my first name and last name) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
verify use of TIME Function, Find Quantity Level compare to time-d | Excel Discussion (Misc queries) | |||
can't find custom function code | Excel Worksheet Functions | |||
range.find method called into a VBA function (problem) | Excel Programming | |||
Using a Custom Function - determining the row that called it | Excel Programming | |||
How do I find which cell called a function? | Excel Programming |