P
Pedro
Hi,
I have a module that call a form using frmMain.Show
the form gets a value for a variable xxx=12 but whenever it turns to the
module (by doing frmMain.Hide) the xxx has no value
I already declared as a public variable doing "Public strNoM As Variant".
What change should I make to the code in order to have the variable.
Regards
Pedro
I have a module that call a form using frmMain.Show
the form gets a value for a variable xxx=12 but whenever it turns to the
module (by doing frmMain.Hide) the xxx has no value
I already declared as a public variable doing "Public strNoM As Variant".
What change should I make to the code in order to have the variable.
Regards
Pedro