I want to pass the name of the routine as a parameter.
so![]()
sub macro1(a,b) run a(b) end sub 'which should run subroutine "a" with the parameter of "b". sub macro2(c) end sub
the code
should run macro 2 with the parameter of 7.![]()
run macro1("macro2",7)
I get errors every time I try it (with "calls", "runs",...)
Bookmarks