Alright, so here is my situation. I've tried to get this to work for a while now...and just can't seem to figure it out.
Let's say you have columns A, B, C with data in them. Column D is a boolean value...true/false, 0/1, whatever.
How would I populate a multi-column listbox with the data from A, B, and C depending on whether D is 0 or 1. So if it's 0, I want that row in the listbox, but if it's 1, I don't want it in the listbox. Of course I'd like this to work on all rows in the sheet.
Could someone help me with the code for that?
Thank you very much!
Bookmarks