lukecthomas
New Member
- Joined
- Nov 21, 2008
- Messages
- 2
I have a form with five option buttons and a list box. When each one is selected it is suppose to give a list of accounts depending on the button selected. The lists are derived from a worksheet that lists hundreds of numbered accounts. I've made two loops that find the beginning and ending rows for each category. From here I'm trying to take those row cell references and put everything in between in a list when one of the option buttons is clicked. I'm guessing I need a with statement and a for loop inside, but 'm not quite sure about all the syntax with lists. Please Help.