i'm trying to display the items on the Array to a Label
I can't seem to find the easiest way when using this method
I can't seem to find the easiest way when using this method
'Declaring an Array Dim arrl() As String 'Count the content of the ListBox items and Copy to an Array ReDim arrl(ListBox1.Items.Count - 1) ListBox1.Items.CopyTo(arrl, 0)