I would like to change the property of a control object based on other input on a form. In my case it should be =IF(x=y,activesheet.checkbox1.visible=”true”,) to turn on a check box only if other criteria are met. All I get is a #NAME? error.
Any thoughts?