Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi All,
I have a lot of data with check boxes used to show a yes or no answer. I wish to convert these into simple Yes/No answers (maybe converting to a list box) automatically. Is there anyway of doing this? I have tried importing the tables into Access but the fields with the check boxes appear blank. Please help |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Check boxes have a property LinkedCell which will put a True or False in the
indicated cell. A check box is a shape which sits on top of the worksheet and is NOT associated with any cell. "mr Maz" wrote: Hi All, I have a lot of data with check boxes used to show a yes or no answer. I wish to convert these into simple Yes/No answers (maybe converting to a list box) automatically. Is there anyway of doing this? I have tried importing the tables into Access but the fields with the check boxes appear blank. Please help |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Ahh... Thanks Joel,
Ok I've managed to do that on one box at a time. is there a way of doing this to the entire worksheet at the same time? Your help is much appreciated. Maz "Joel" wrote: Check boxes have a property LinkedCell which will put a True or False in the indicated cell. A check box is a shape which sits on top of the worksheet and is NOT associated with any cell. "mr Maz" wrote: Hi All, I have a lot of data with check boxes used to show a yes or no answer. I wish to convert these into simple Yes/No answers (maybe converting to a list box) automatically. Is there anyway of doing this? I have tried importing the tables into Access but the fields with the check boxes appear blank. Please help |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
It is possible to do it with a macro. What you need to know is how to
identify each box to each cell. I'm having trouble getting the right format of the macro commands. "mr Maz" wrote: Ahh... Thanks Joel, Ok I've managed to do that on one box at a time. is there a way of doing this to the entire worksheet at the same time? Your help is much appreciated. Maz "Joel" wrote: Check boxes have a property LinkedCell which will put a True or False in the indicated cell. A check box is a shape which sits on top of the worksheet and is NOT associated with any cell. "mr Maz" wrote: Hi All, I have a lot of data with check boxes used to show a yes or no answer. I wish to convert these into simple Yes/No answers (maybe converting to a list box) automatically. Is there anyway of doing this? I have tried importing the tables into Access but the fields with the check boxes appear blank. Please help |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks Joel,
I really appreciate your efforts with this. Maz if anyone else can help please do. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Converting a date to a text field w/o converting it to a julian da | Excel Worksheet Functions | |||
Increase size of a Forms Check Box (click on to enter check mark) | Excel Discussion (Misc queries) | |||
Check if Conditional Format is True or False / Check cell Color | Excel Worksheet Functions | |||
Enable check box in protected sheet + group check boxes | Excel Discussion (Misc queries) | |||
... Can I set Spell Check to automatically check my spelling ... | Setting up and Configuration of Excel |