Hi.
Is possible to use the same code for calling different sub?
I am thinking at something about this:
Tabname(0) = "Command1_click"
Tabname(1) = "Form_unload"
..
..
..
for I = 1 to numel
..
routine_name = Tabname(I)
call routine_name
next
Thank You
Is possible to use the same code for calling different sub?
I am thinking at something about this:
Tabname(0) = "Command1_click"
Tabname(1) = "Form_unload"
..
..
..
for I = 1 to numel
..
routine_name = Tabname(I)
call routine_name
next
Thank You