B
Byron Hopp
Is there a way to execute a function from a text representation of the
function.
Like,
Dim strFunction as String
strFunction = "Now()"
Is there any function, or process I can call and pass to it strFunction
where when it executes it will return what Now() returns?
Thanks,
Byron...
function.
Like,
Dim strFunction as String
strFunction = "Now()"
Is there any function, or process I can call and pass to it strFunction
where when it executes it will return what Now() returns?
Thanks,
Byron...