Very easy. Just use this for the button_click thingy
Code:
if label1.visible = false Then
label1.visible = True
else If label1.visible = true Then
label1.visible = False
end if
Your saying:
If the labels are not visible then make them visible. If they are visible then make them not visible