Hi,

I have an app which supplies a lot of commands, the user can enter in a textbox.

For example:

The user enters 'Mute sound', which is a valid command
The how do I run the appropriate code?
I don't want a Case statement sorting out the appropriate sub or code.
I heard something about CallByName but I couldn't get it working here.
Perhaps it is possible to put all these commands and there code in an external file and call them, sort like API calls.
Could that be done?

Thanx in advance for your help and time!