calling sub by variable name

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all
how can i call a sub (VB) from another sub (same module)
where the sub name is variable ?
Tnx, eyal
 
To run a sub use

Run(VariableName)
=========================
To run a function

Eval(VariableName)
=========================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top