crackwood01
New Member
- Joined
- Mar 16, 2016
- Messages
- 43
Hi forum!
I would like to fill cells from column DC with the values clicked in a listbox multi.
here is my code so far
How can this be possible, plus it needs to fill going down
Dc4
Dc5
ect
sorry for my english
I would like to fill cells from column DC with the values clicked in a listbox multi.
here is my code so far
HTML:
Dim i As Long
For i = 0 To Me.ListBox1.ListCount
Worksheets("Clients").Cells("DC4").Value = ListBox1.Value
Next
How can this be possible, plus it needs to fill going down
Dc4
Dc5
ect
sorry for my english
Last edited: