L
Li Pang
Hi,
I'd like to know how to call a sub/function bu using a
string containing its name, as an example as follow:
Sub Main()
Dim name As String = "TestMe()"
' need help here
End Sub
Public Sub TestMe()
MsgBox("Hello")
End Sub
Thanks in advance
I'd like to know how to call a sub/function bu using a
string containing its name, as an example as follow:
Sub Main()
Dim name As String = "TestMe()"
' need help here
End Sub
Public Sub TestMe()
MsgBox("Hello")
End Sub
Thanks in advance