Trying to eliminate a number of select/cases so that I can call the Module Sub/Functions by their Name and pass the applicable parameters.

I have a VB5 work around for VB6 CallByName but it requires an object in the parameter set.

------------

Using a string will not work (e.g. Call strModuleName)