****Returning the Number of Items with the ListCount Property**** This example shows how the AddItem, RemoveItem, and Clear methods used with the ListIndex and ListCount properties to add and remove list entries at run time, and also keep a count of total number of items entered. In the Visual Basic Programmer's Guide V3.0, page 55, it shows this same example, but, it did not decribe how to keep the current count if the user clicks the Add button without entering any information. If you went by the Programmer's guide's example. Clicked Add without entering anything, the number of items will reverse back to 0 until you provide the required information and click add a new item.