|
-
Mar 27th, 2007, 09:51 AM
#1
Thread Starter
Lively Member
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??
-
Mar 27th, 2007, 10:42 AM
#2
Addicted Member
Re: Checkbox status
if checkbox1.value = true then
do whatever you want to database one
end it
same with the other 2
-
Mar 27th, 2007, 10:48 AM
#3
Thread Starter
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|