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

    dynamic optionbutton_click

    Thanks vbSun for your help. When I try your example I get "type mismatch" on "Load Option1(i)". I did following: 1. Created a userform and added a commandbutton and a optionbutton 2. Added your code behind the commandbuttons click event 3. I cant find a "Index"-property under the optionbutton...
  2. erikgismo

    dynamic optionbutton_click

    BobRodes-> In the "With" events i can set different properties but can i really call a function from a click ? .Click ?? vbSun-> Do you have any example to show me ? Thanks for your help.
  3. erikgismo

    dynamic optionbutton_click

    I have a loop that each time generate a optionbutton dynamic: Dim opt_btn as OptionButton Set opt_btn = Me.Controls.Add("Forms.OptionButton.1", "optid" & i) (where i changes each time in the loop, 1,2,3..) How do I do to add a clickevent on these optionbuttons ? If the OptionButton was...

Part and Inventory Search

Back
Top