can I call a procedure using a variable
Application.Run StringVar
"Santiago Gomez" wrote in message
...
can I call a procedure with a variable as part of the procedure's name?
I have a whole bunch of procedures named something_somethingelse_click()
can I concatenate 2 variables and make them part of the call?
thanks
|