+ Reply to Thread
Results 1 to 3 of 3

If Checkbox checked/notchecked then

  1. #1
    Darrin Henry
    Guest

    If Checkbox checked/notchecked then

    Hello,
    I've never worked with checkboxes in a userform before, and am I little
    unsure as to how to use them. What I have is a userform where the users
    input their data in textboxes, then there is a checkbox that they might
    or not might check. Now depending on whether they check it, using If
    statements probably I need certain actions done, it is probably similar
    to this:

    If CheckBox1.Checked Then ......

    But that does not work? Any ideas, to point me in the right direction?
    Thanks.

    *** Sent via Developersdex http://www.developersdex.com ***

  2. #2
    Tom Ogilvy
    Guest

    Re: If Checkbox checked/notchecked then

    If checkbox1.Value = True then

    or
    if checkbox1.Value then


    --
    Regards,
    Tom Ogilvy


    "Darrin Henry" <dhenry@psipghp.com> wrote in message
    news:%232IyxgEQFHA.3628@TK2MSFTNGP15.phx.gbl...
    > Hello,
    > I've never worked with checkboxes in a userform before, and am I little
    > unsure as to how to use them. What I have is a userform where the users
    > input their data in textboxes, then there is a checkbox that they might
    > or not might check. Now depending on whether they check it, using If
    > statements probably I need certain actions done, it is probably similar
    > to this:
    >
    > If CheckBox1.Checked Then ......
    >
    > But that does not work? Any ideas, to point me in the right direction?
    > Thanks.
    >
    > *** Sent via Developersdex http://www.developersdex.com ***




  3. #3
    Darrin Henry
    Guest

    Re: If Checkbox checked/notchecked then

    Oy, I knew this was incredibly simple. Thanks Tom.

    *** Sent via Developersdex http://www.developersdex.com ***

+ 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