11-29-2012, 11:18 AM
Hi ,
I have fetched the function name from the excel sheet which is stored in a variable.
I want to call the function thats in the variable...Do you know a way on How to achieve that?
Ex:-
Is there any other way that I can achieve this ?
thanks,
Surya
I have fetched the function name from the excel sheet which is stored in a variable.
I want to call the function thats in the variable...Do you know a way on How to achieve that?
Ex:-
Code:
value=2
GetDataTableValue = DataTable.Value"FunctionName", "ExlFunctionList")
CurrentFunctionName =GetDataTableValue
Call CurrentFunctionName&"(" &value&")"
Is there any other way that I can achieve this ?
thanks,
Surya