hey guys i would like to make my label appear only when i click the button. i've tried this code but it says methods or data member not found and highlight the word visible. Help me plz...



Code:
Private Sub lblNo_Click()

    lblRecDec.Visible = True
    txbRecDec.Visible = True
    lblFinish.Visible = True
    

End Sub