Re: CheckBox Userform checked or unchecked based on cell
Thanks for the reply, I really appreciate your help and patience.
I tried but it still doesn't work. I will try to explain it in a better way. So I have a userform with a listbox. And I have a checkbox. If I check the checkbox and press save/update it will fill a cell with the value "JA" (Yes), so that is good. But the problem however is that if I select another item in the listbox that hasn't the cell value filled with "JA" it shows me the checkbox checked, while it should be unchecked. So what I want is that the checkbox is linked with the value of the cells in the listbox, so if a cell contains "JA" the checkbox is checked and if it doesn't contain any value the checkbox isn't checked.
See picture attached with the list box and the checkbox in a red circle.