I'm pretty sure this is not possible with the Call statement:
Before I attempt to create something, I thought I would check to see if anyone had any ideas.
Thanks,
Randal
Code:
Dim ProgramName$ ProgramName$ = "MyRoutine" Call ProgramName$(1, 2, 3) Sub MyRoutine(a, b, c) 'do some stuff here End Sub
Thanks,
Randal
Comment