T
Turner
I would like to be able to use a Variable as a procedure
name. I tried the example below to no avail. Is there a
way to accomplish:
Const stMyMsg As String = "myMsg"
Call stMyMsg
I have a procedure called myMsg.
Thanks!
name. I tried the example below to no avail. Is there a
way to accomplish:
Const stMyMsg As String = "myMsg"
Call stMyMsg
I have a procedure called myMsg.
Thanks!