How can one pass a variable form form code to macro code.
StrA is a variable with the value of 8 used in the vba code of a form - frmCustody
We have a macro called Test
how can macro test run the line:
MsgBox strA
and have the value 8 appear in the message box.
Thanks,
B
StrA is a variable with the value of 8 used in the vba code of a form - frmCustody
We have a macro called Test
how can macro test run the line:
MsgBox strA
and have the value 8 appear in the message box.
Thanks,
B