M
mnt
I want to set three variables based on the form a user is on when they run a
method (via a macro). These variables are used in a few methods within 1
module. I don't want to have to go to many places in the code to change
values if needed. Suggestions for the best way to do this? Do I declare the
vars are public and pass the form name to a function? Any help is appreciated.
method (via a macro). These variables are used in a few methods within 1
module. I don't want to have to go to many places in the code to change
values if needed. Suggestions for the best way to do this? Do I declare the
vars are public and pass the form name to a function? Any help is appreciated.