ryancgarrett
Board Regular
- Joined
- Jun 18, 2011
- Messages
- 122
Sorry I have so many posts, I'm just a noob with a big project to finish lol. So I'm pretty sure I can use Select Case for what I want to do, I'm just unsure of how to do it.
I have a form with a listbox and 5 option buttons. Each of the option buttons needs to populate the listbox with different values. On another sheet, I have the list of values to populate the listbox. These values are in column B, and in column A I have numbers next to each item, 100-600. Basically, if I click option 1 on my form I need all the values in column B that have the number 100-199 next to them in column A to go in the listbox. If option 2 is selected, 200-299 needs to go in the listbox etc.
How do I do this?!?!
I have a form with a listbox and 5 option buttons. Each of the option buttons needs to populate the listbox with different values. On another sheet, I have the list of values to populate the listbox. These values are in column B, and in column A I have numbers next to each item, 100-600. Basically, if I click option 1 on my form I need all the values in column B that have the number 100-199 next to them in column A to go in the listbox. If option 2 is selected, 200-299 needs to go in the listbox etc.
How do I do this?!?!