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: *

  1. jeniexcel

    Capture click Event on Dynamically Created control

    fumei, i am developing one application with various controls in form, with choice the user new control is add, but i need change the refer of the mycmd for the user can operate any of controls in the form, and i'm tryng do it with the event click on control created.
  2. jeniexcel

    Capture click Event on Dynamically Created control

    combo, thanks, this code is very important when we have one control in form, but i'm working with n controls, where n is defined by user and stay impossible declare n private with events object.
  3. 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