Hello hope all is well, re my last message
How do i add items from a listbox into a datagridview column box?
Ive used this code, but it doesntadd the items in:
DataGridView1.Rows.Add(Listbox1.items.add)
Ie tried addrange but it doesnt seem to like that.
Thankyou
How do i add items from a listbox into a datagridview column box?
Ive used this code, but it doesntadd the items in:
DataGridView1.Rows.Add(Listbox1.items.add)
Ie tried addrange but it doesnt seem to like that.
Thankyou