Function Call Specified at Run Time rather than Compile Time?

  • Thread starter Thread starter Mac Lingo
  • Start date Start date
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
 
Back
Top