How can this be?
EDIT: Never mind. I found statement that added to List1
Code:
'
'
For n = 0 To List1.ListCount -1
'
' Comes here. When I hover mouse over ListCount it says 1 but nothing has been added to List1
'
Next n
'
'