View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
ajd ajd is offline
external usenet poster
 
Posts: 16
Default Call a Visual Basic Function with VLookup

I wrote a few functions in Visual Basic. I want to determine which function
to run based on a vlookup of a list of the functions in a table. So I have a
table that has:

A FunctionA
B FunctionB

I want to do a vlookup on A to run FunctionA, and also provide the variable
for Function (which does not depend on the specific function to be run). I
can't figure out a way for vlookup to not just return text, but return a
function to run, and then also provide the variables for that function to run
on.

Thanks.