Hi there,
Please help
I need to populate the listbox only the unique values from Column D
Please see my code below
Thank you,
Please help
I need to populate the listbox only the unique values from Column D
Please see my code below
Code:
With ListBox1
.ColumnHeads = True
.ColumnCount = 5
.RowSource = "ILQ!C3:G30"
.ColumnWidths = "150;450;40;40;30"
End With
Thank you,
Last edited: