Hi,
I am new programmer in excel/vba and like capture a event click on control created dinamically in userform a runtime execution, follow the code part writed:
Private Sub Image1_Click()
Set mycmd = Frame1.Controls.Add("Forms.image.1", "nome" & i, True)
mycmd.Height = 12
mycmd.Width = 12...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.