27-10-2008, 02:42 AM
I find it handy to add a zero list item before trying to populate the rest of it, try something like
also helps when referencing the ListIndex, saves messing about with +1 and all that.
Code:
frmIndex.lstIndex.AddItem "None", 0
