Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would like to allow a user to select data with 3 options. I've used
checkboxes when the option is just on or off (incomplete or complete). Sometimes the data does not apply, so I'd like a "checkbox" which allows 3 conditions: N/A, on (complete), and off (pending/incomplete). I'm already using VBA macros to implement changes based on the checkboxes. It would be nice to tie code options based on a 3 (or more) position switch control. Is there such a thing? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Consider a userform with radio buttons
-- Gary''s Student - gsnu200813 "jafsonic" wrote: I would like to allow a user to select data with 3 options. I've used checkboxes when the option is just on or off (incomplete or complete). Sometimes the data does not apply, so I'd like a "checkbox" which allows 3 conditions: N/A, on (complete), and off (pending/incomplete). I'm already using VBA macros to implement changes based on the checkboxes. It would be nice to tie code options based on a 3 (or more) position switch control. Is there such a thing? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Nov 12, 3:16*pm, Gary''s Student
wrote: Consider a userform with radio buttons -- Gary''s Student - gsnu200813 "jafsonic" wrote: I would like to allow a user to select data with 3 options. *I've used checkboxes when the option is just on or off (incomplete or complete). *Sometimes the data does not apply, so I'd like a "checkbox" which allows 3 conditions: *N/A, on (complete), and off (pending/incomplete). I'm already using VBA macros to implement changes based on the checkboxes. *It would be nice to tie code options based on a 3 (or more) position switch control. *Is there such a thing?- Hide quoted text - - Show quoted text - Thanks. I thought about a userform option and even radio buttons on the sheet, but wasn't going that way since this a relatively simple status page intended for real-time updating in front of an audience who probably arent' going to want to watch you navigate forms. It may still be an option though. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Set the TripleState property to True
-- Jim Cone Portland, Oregon USA "jafsonic" wrote in message I would like to allow a user to select data with 3 options. I've used checkboxes when the option is just on or off (incomplete or complete). Sometimes the data does not apply, so I'd like a "checkbox" which allows 3 conditions: N/A, on (complete), and off (pending/incomplete). I'm already using VBA macros to implement changes based on the checkboxes. It would be nice to tie code options based on a 3 (or more) position switch control. Is there such a thing? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calendar Control - Switch to Sheet X | Excel Programming | |||
Excel 2003 Line Chart - Switch Axis Position | Charts and Charting in Excel | |||
How to switch position of columns and rows respectively? | Excel Worksheet Functions | |||
How to switch position of columns and rows respectively? | Excel Worksheet Functions | |||
How to switch position of columns and rows respectively? | Excel Worksheet Functions |