Hellow to everyone.
Please help me.
I have this Range("A2:D4") with fruits and quantity
To load this Range in a Listbox Userform i use this code
Private Sub UserForm_Initialize()
ListBox1.RowSource = Sheets("Sheet1").Range("A2:D4").Address
End Sub
I want to know which is the vba code to...