Hi,

I have a button. When I press that button, 2 more buttons appear :

Button2.Visible = True
Button3.Visible = True.

But, when I press the main button again, they don`t go away, they stay there.

What is the code, so that when the main button is clicked the next time, the other 2 buttons disappear again?

Thanks

Mark