S
Sasquatch
I know that by using the RunCode action of a macro you can call a Function,
but is there any way to call a Sub directly?
If I understand correctly, the main difference between subs and functions is
that a function is used to return a value whereas a sub cannot.
I have procedures defined as Subs (because they don't return values) that I
call from within other form modules and I want to call them from a Macro as
well. Is the only way to do this to redefine them as Functions w/o a return
value?
but is there any way to call a Sub directly?
If I understand correctly, the main difference between subs and functions is
that a function is used to return a value whereas a sub cannot.
I have procedures defined as Subs (because they don't return values) that I
call from within other form modules and I want to call them from a Macro as
well. Is the only way to do this to redefine them as Functions w/o a return
value?