Hi
I have a activex control button.
I have this code assigned to it:
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
End Sub
But when i press the button i get an error and i cant get it to work.
"variable not defined"
Screenshot:
http://prntscr.com/ne6b6d
I dont know what is going wrong and how to fix it.
I have a activex control button.
I have this code assigned to it:
Code:
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
End Sub
But when i press the button i get an error and i cant get it to work.
"variable not defined"
Screenshot:
http://prntscr.com/ne6b6d
I dont know what is going wrong and how to fix it.