Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default 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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default If Checkbox checked/notchecked then

If checkbox1.Value = True then

or
if checkbox1.Value then


--
Regards,
Tom Ogilvy


"Darrin Henry" wrote in message
...
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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default If Checkbox checked/notchecked then

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

*** Sent via Developersdex http://www.developersdex.com ***
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Checkbox checked then show more checkboxes Sara New Users to Excel 3 September 10th 08 07:16 PM
How to have Checkbox A uncheck with checked Checkbox B Texas Aggie Excel Discussion (Misc queries) 3 July 20th 07 10:58 PM
How do I give a checked checkbox a value in excel(as .5)? Paula Excel Worksheet Functions 1 March 5th 06 11:32 PM
Is checkbox is checked? Fred S Excel Discussion (Misc queries) 2 October 19th 05 03:53 AM
checkbox - default checked or un-checked barrfly Excel Programming 1 December 22nd 03 05:00 PM


All times are GMT +1. The time now is 01:18 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"