
Calling functions/subs using the string title - possible?
...but remember that eval() only evaluates, it doesn't execute code as such.
Therefore the functions you call must be Public Functions, _NOT_ Subs.
--
Rob McClean
"...a Saviour has been born to you in David's city, who is Christ the Lord."
The Holy Bible, Luke ch 2 v 11
Quote:
> Might be dumb-ass question and the answer is probably staring me in the
face
> but...
> Suppose I had a table as below...
> Functions
> ---------
> test1
> test2
> test3
> and so on...
> where test1, test2 and test3 refer to actual functions I want to run.
> I would like to run through a recordset loop calling each function in
turn.
> Obivously, I can't use Call rst![Functions] and I'm out of ideas!
> Any pointers would be appreciated.
> Thanks,
> Andy.