G
Guest
Hello.
I have two forms: Form1 and Form2
in Form1 i have a Subroutine like:
Sub test(Byval valin as String)
......
End Sub
in form1 i call the form2, then in form2 after some calculations, i want to
activate the form1 and send there a value to be calculate in sub Test.
how can i do this?
Thanks
I have two forms: Form1 and Form2
in Form1 i have a Subroutine like:
Sub test(Byval valin as String)
......
End Sub
in form1 i call the form2, then in form2 after some calculations, i want to
activate the form1 and send there a value to be calculate in sub Test.
how can i do this?
Thanks