astrodestino
IS-IT--Management
Hi!
I want to change a label text in form1 from a module.
What I got
Dim lblusuarios As Form1
lblusuarios.Label9.Text = "News : " & masterrs_total
It wont return any error but it wont change labels text either.
How can I fix that?
Thank you!
I want to change a label text in form1 from a module.
What I got
Dim lblusuarios As Form1
lblusuarios.Label9.Text = "News : " & masterrs_total
It wont return any error but it wont change labels text either.
How can I fix that?
Thank you!