On Win 10.
I have a label box set to visible = false.
In code, I set the labelbox visible to true
If I step thru the program, the label becomes visible. Later in the code, I make it not visible. It becomes not visible(= false)
However, If i run the program (not stepping through it), the label box does NOT become visible.
Can anyone explain why and what I might do to fix it?
Thanks
I have a label box set to visible = false.
In code, I set the labelbox visible to true
Code:
Me.lblBP.Visible = True
However, If i run the program (not stepping through it), the label box does NOT become visible.
Can anyone explain why and what I might do to fix it?
Thanks