hi all
I have a button on an excel sheet I would like to disabel based on the value of a cell. However I cannot get the syntax I expected to work
I assumed it would be something like
but it doesnt like this, any help would be greatly appreciated. I dont do a lot of front end user stuff so this is all new to me.
I have a button on an excel sheet I would like to disabel based on the value of a cell. However I cannot get the syntax I expected to work
I assumed it would be something like
Code:
Button2.enabled = false
but it doesnt like this, any help would be greatly appreciated. I dont do a lot of front end user stuff so this is all new to me.