M
Mac Lingo
I want to call a function which is specified at call time rather than
compile time.
In other words I need to do something like
Call FunctionNamed(X)( Arg1, Arg2,...)
which would involk the Function Named "X" with the associated arg list.
Is there a way to do this in VBA?
Thanks,
Mac Lingo
compile time.
In other words I need to do something like
Call FunctionNamed(X)( Arg1, Arg2,...)
which would involk the Function Named "X" with the associated arg list.
Is there a way to do this in VBA?
Thanks,
Mac Lingo