Currently I use a listbox to select the function I want and then call the selected function from a SELECT CASE. This requires all functions to be listed in the SELECT CASE.

Anyone know of a way to call any function listed in the listbox without a SELECT CASE. This would also have to include any parameters which need to be passed.

If so, example would be appreciated.