Results 1 to 3 of 3

Thread: Checkbox status

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2006
    Location
    Grand Junction, CO
    Posts
    67

    Checkbox status

    I am using check boxes as options and I want my program to look at the status of the check box to see if the user wants a part of the program used.

    for example the program searches three data bases for information.

    Database1
    Database2
    Database3

    So I have check boxes

    Checkbox1
    Checkbox2
    Checkbox3

    And I only want to search the database when the checkbox is checked.

    any ideas??

  2. #2
    Addicted Member
    Join Date
    Jan 2007
    Location
    England
    Posts
    234

    Re: Checkbox status

    if checkbox1.value = true then
    do whatever you want to database one
    end it

    same with the other 2

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Aug 2006
    Location
    Grand Junction, CO
    Posts
    67

    Re: Checkbox status

    Would it be any different if my checkboxes are on the sheet or in a userform.

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