Is there a way I can import a given value to a variable from the main form
to a module? I wanted to have some routines that are repeated set in a
module subroutine. However, the value of a variable I need to use in the
equations are not read and the equation's result is erroneous. So if I have
a variable to which a value was assigned in the form how can I set it to
have the same value in the module?
to a module? I wanted to have some routines that are repeated set in a
module subroutine. However, the value of a variable I need to use in the
equations are not read and the equation's result is erroneous. So if I have
a variable to which a value was assigned in the form how can I set it to
have the same value in the module?
Comment