Results 1 to 23 of 23

Thread: Checkbox Looping Help

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2005
    Posts
    11

    Checkbox Looping Help

    Please help with looping

    --------------------------------------------------------------------------

    I don't understand why the following code isn't working

    --------------------------------------------
    For a = 1 To 3

    If Check(a).Value = Checked Then Label1.Caption = "a check box is checked"

    Next a

    End If

    --------------------------------------------

    Any help is appreciated
    Last edited by rovcruiser; Jan 5th, 2005 at 10:20 PM.

Posting Permissions

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



Click Here to Expand Forum to Full Width