Libertineash
New Member
- Joined
- Jun 4, 2010
- Messages
- 27
Hi,
Im very much a beginner at VBA so please be gentle!
I have a set of data, E13 to N161, I have assigned each row a number dependant on criteria in other columns, i.e standard = 1, large = 2.
I have List boxes that the user will choose from a list of options which have a corresponding number assigned
I want to create a code that will hide the rows in the data set above that don't match the number created from the two list boxes. I have concatenated the list box numbers.
So in Cell A11 is the concatenated result from the list boxes.
Cells I13 - I161 hold the corresponding number in my data set.
I hope this makes sense....any help will be appreciated.
Im very much a beginner at VBA so please be gentle!
I have a set of data, E13 to N161, I have assigned each row a number dependant on criteria in other columns, i.e standard = 1, large = 2.
I have List boxes that the user will choose from a list of options which have a corresponding number assigned
I want to create a code that will hide the rows in the data set above that don't match the number created from the two list boxes. I have concatenated the list box numbers.
So in Cell A11 is the concatenated result from the list boxes.
Cells I13 - I161 hold the corresponding number in my data set.
I hope this makes sense....any help will be appreciated.