H
H
dim subName = "GetTable" & strCtr & "()"
I want to now call the GetTable1() sub or GetTable2() sub, depending
on
the value of strCtr.
How can I call the function whose name is in the variable subName?
thanks...
I want to now call the GetTable1() sub or GetTable2() sub, depending
on
the value of strCtr.
How can I call the function whose name is in the variable subName?
thanks...