Alexandroid
New Member
- Joined
- Jan 29, 2014
- Messages
- 16
Hey everyone, sorry if this answer is already out there, I have been searching for a week now without any luck.
What I would like to do is have a UserForm that displays a check box to each item in a list, and if the column next to the item has a "Y", then the checkbox would appear already checked and if it contains "N" then it would not be checked.
Example:
Column A | Column B
Apple | Y
Pear | N
Orange | Y
Lime | N
etc...
In the above example, when the Userform is displayed, Apple and Orange would already have the checkbox filled and the Pear and Lime would have the checkbox empty.
I'm looking to apply this to multiple workbooks so the list from Column A would very in length. I'm picturing that once the list reaches a certain amount on the userform, it would widen the userform and start a second column of checkboxes with the rest.
What I'm looking for though is how to get the Checkbox labels to automatically pull the names from Column A as well as pre"Check" the checkboxes depending on the Y or N answer in column B. If there are any changes to the form, they would need to then be written to Column B as well.
Thank you very much for your help and all the help this forum has provided!
Alex
What I would like to do is have a UserForm that displays a check box to each item in a list, and if the column next to the item has a "Y", then the checkbox would appear already checked and if it contains "N" then it would not be checked.
Example:
Column A | Column B
Apple | Y
Pear | N
Orange | Y
Lime | N
etc...
In the above example, when the Userform is displayed, Apple and Orange would already have the checkbox filled and the Pear and Lime would have the checkbox empty.
I'm looking to apply this to multiple workbooks so the list from Column A would very in length. I'm picturing that once the list reaches a certain amount on the userform, it would widen the userform and start a second column of checkboxes with the rest.
What I'm looking for though is how to get the Checkbox labels to automatically pull the names from Column A as well as pre"Check" the checkboxes depending on the Y or N answer in column B. If there are any changes to the form, they would need to then be written to Column B as well.
Thank you very much for your help and all the help this forum has provided!
Alex