Hello,

I've created a two columns ListBox populated by values already existent in the worksheet (in columns A and B).
The problem is that the ListBox is longer than what it should be.
If I want to add in the ListBox for example the first 16 rows of the worksheet the ListCount value results = 34 [i.e. with 14 becomes 30. Like ListCount is always = (RowNumber+1)*2]
The ListCount value is always RIGHT with a 1 column Listbox.
What's wrong?

Thanks!

(Find the code in the first comment)