I need to make command button result multiple clicks

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aalmasud
    New Member
    • Mar 2015
    • 2

    I need to make command button result multiple clicks

    I'm a user of Visual basic 2008 Express Edition.
    Do i make a one click command button, but its need to result me multiple clicks.
    I mean "1 click = 100 click".

    Please, can any anyone suggest me?
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    You mean you need to run the button code 100 times? Just use a loop

    Comment

    • aalmasud
      New Member
      • Mar 2015
      • 2

      #3
      Yes, i mean: when i clicked in a button and than its result multiple actions.

      Comment

      • Rabbit
        Recognized Expert MVP
        • Jan 2007
        • 12517

        #4
        That's easy then, loop the code 100 times.

        Comment

        Working...