B Brent Burkart Jun 29, 2004 #1 How do I iterate through listbox to pull out the data? I am drawing a blank. Thanks, Brent
H Herfried K. Wagner [MVP] Jun 30, 2004 #3 * "Brent Burkart said: How do I iterate through listbox to pull out the data? I am drawing a Click to expand... \\\ Dim s As String For Each s In Me.ListBox1.Items Debug.WriteLine(s) Next s ///
* "Brent Burkart said: How do I iterate through listbox to pull out the data? I am drawing a Click to expand... \\\ Dim s As String For Each s In Me.ListBox1.Items Debug.WriteLine(s) Next s ///