Hi
I have a activex control button.
I have this code assigned to it:
Private Sub Steg1Ext_button_Click()
Call imghidd
End Sub
I have also tried removing Call and only have imghidd
Then i have a module called step1
In that module i have this code
Sub imghidd()
extinstr1_label.Visible = True...