I want to actually pass the name of the proceedure to call
I want to actually pass the name of the proceedure to call. Unfortunately, when I try to pass the proceedure name as a string, VB says that its looking for a proceedure not a string here. I need to dim strCode as some kind of proceedure so that it will run. I am not trying to pass a variable to a proceedure, just actually trying to pass a proceedure name. Any ideas?
It would look something like
Dim strCode as procedure OR SOMETHING OF THE LIKE
Call strCode