Hey everyone,
I have a worksheet where the information is displayed in the following manner: a table containing 3 columns:
A - List of objects
B - Categories
C - Comments
I have a userform in VBA that is built in the following manner:
4 checkboxes (corresponding to the categories in column B)
1 listbox
1 textbox
What I want it to do is:
I want the listbox to return the objects in column A, corresponding to the categories that have been checked in the Checkboxes!
Once that is running, I want that, upon selecting one item in the listbox, the textbox displays the comment contained in the third column of the corresponding line.
If it wasn't clear enough, please let me know!
Thanks in advance for your support!
I have a worksheet where the information is displayed in the following manner: a table containing 3 columns:
A - List of objects
B - Categories
C - Comments
I have a userform in VBA that is built in the following manner:
4 checkboxes (corresponding to the categories in column B)
1 listbox
1 textbox
What I want it to do is:
I want the listbox to return the objects in column A, corresponding to the categories that have been checked in the Checkboxes!
Once that is running, I want that, upon selecting one item in the listbox, the textbox displays the comment contained in the third column of the corresponding line.
If it wasn't clear enough, please let me know!
Thanks in advance for your support!