I have activex buttons on my sheet.
i have this code in a module
Sub imghidd()
If extinstr1_label.Visible = False Then
extinstr1_label.Visible = True
extimage1_img.Visible = True
Else
extinstr1_label.Visible = False
extimage1_img.Visible = False
End If
End Sub
i have this code on my button...