Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jeniexcel
  • Content: Threads
  • Order by date
  1. jeniexcel

    Capture click Event on Dynamically Created control

    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...

Part and Inventory Search

Back
Top