I am having trouble with how to put the data from the range with multiple columns and rows to a listbox.
Assume I have a range rng which multiple columns and rows I tried:

If I tried addItem rng(i,j) then everything would be in 1 column.
I also tried .list but it did not work either.
