I\'m trying to call a function with a variable name that is generated at run time based upon a combo box value. This is straightforward in most languages but I can\'t seem
The above will work but not with a large number of names
Use Application.Run(MacroName, Parameters)
You have to may sure that there is a macro but it is better than the above as there is no select statement.