Hi, I have the checkboxes inside a listbox style. I can't find out how to check one of these checkboxes in code. I though it would be something like this, but it doesn't work:
listbox.list(0).checked = true
Thanks!
Printable View
Hi, I have the checkboxes inside a listbox style. I can't find out how to check one of these checkboxes in code. I though it would be something like this, but it doesn't work:
listbox.list(0).checked = true
Thanks!
Try this.
Code:List1.Selected(0) = True