How can I send all items from the listbox to worksheet table? Tried this code but it's not working.
Worksheets("RIS").Range("C" & Rows.Count).End(xlUp).Offset(1).Value = lbCart.List(i)
ListBox named "lbCart"

worksheet "RIS" and table named "Items"

To become like this
