Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

counting words in a listbox 1

Status
Not open for further replies.

Davide77

Technical User
Mar 6, 2003
166
0
0
CH
Hallo,
i have a listbox with a list of word. The number of words that are in the listbox can change because it depends on many comboboxes. How can I display the number of the words?
thanks for helping
 
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top