K
KAB
Hi All
I'm wondering if any body knows how to call a subroutine from a string. For
example:
Dim TestString as string
TestString = "MySubroutine(Data)"
'***The question I have would be: How to use TestString to call
MySubroutine(Data).
Thank You
KAB
I'm wondering if any body knows how to call a subroutine from a string. For
example:
Dim TestString as string
TestString = "MySubroutine(Data)"
'***The question I have would be: How to use TestString to call
MySubroutine(Data).
Thank You
KAB