How to get multiple conditional values from multiple excel columns in listbox

Greetings,
I am new in VBA and now having encounter with the problem.
I have excel sheet where data exist as below
Product, Balance
-------, --------
RJ-20, 6
Mask, 4
Rang, 3
Dsk, 7
Now I wanted to get values (product,balance) in vba list box whose balance < 6.
I will much appreciate if I could get reply.
Ben

Autofilter is a much simpler

Autofilter is a much simpler option than listbox..