PDA

View Full Version : No access to the property Visibility or Visible or Hidden of a label or a progressbar



coeurdange57
12-22-2017, 07:36 AM
Hi,

I don't know why, but I have no access to the property visible, visibility or hidden of a label or a progressbar (added to my page) in my word vba script.



Me.Label.visible = true
Me.ProgressBa.rvisible = true

Me.Label.Caption = "Please wait..."
Me.ProgressBar.Value = 20


Could you please help me with that?

Thank you in advance for your help.

Paul_Hossler
12-22-2017, 10:20 AM
If that's what the code REALLY looks like, I'm guessing the 'dot' is in the wrong place and it should be




Me.ProgressBar.Visible = True