Hi, I need to change control property in a form (CommandButton.visible) for button name found in a string, I tried the following and for sure doesn't work, please help
Dim ButtonName as String
ButtonName = "Commandbutton01"
ButtonName.Visible = False