I'm not sure if this is what you are looking for, but I'm guessing you are looking for the number of rows in your list box.There is a ListCount property for list boxes. So, if your list box is LST, then LST.ListCount should have the number of rows in your listbox. There is a columncount property as well.