Link to home
Start Free TrialLog in
Avatar of the_bachelor
the_bachelor

asked on

passing the name of a procedure via a variable

what is the easiest way to perform something similar to:

****
Dim var1 as String
Call var1
****

to excecute procedure Proc1?
Avatar of TheUnkind
TheUnkind

try this one

dim proc2 as new proc1



ASKER CERTIFIED SOLUTION
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial