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.