+ Reply to Thread
Results 1 to 3 of 3

Loop through Checkboxes in a UserForm

  1. #1
    Registered User
    Join Date
    05-15-2006
    Posts
    16

    Loop through Checkboxes in a UserForm

    I have, say, 20 checkboxes (let's call them CheckBox1 to CheckBox20) on a user form. Is there a way I can set up a loop to access them all?

    E.g.
    For i = 1 to 20
    Checkbox(i).enabled = true
    Checkbox(i).caption = "CBox" & i
    Next i

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258
    Hello Peter,

    Try this...

    Please Login or Register  to view this content.
    Sincerely,
    Leith Ross

  3. #3
    Registered User
    Join Date
    05-15-2006
    Posts
    16
    That's fantastic. Thanks Leith!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1