yewmeng Posted March 2, 2004 Posted March 2, 2004 hi all, i got some problem to get the value in a listbox dim i as integer for i = 0 to listbox1.items.count -1 messagebox.show(value in the listbox) next how code the value in the listbox pls help me thx in advance Quote
Leaders dynamic_sysop Posted March 2, 2004 Leaders Posted March 2, 2004 Dim strItem As String For Each strItem In ListBox1.Items MessageBox.Show(strItem) Next Quote
yewmeng Posted March 2, 2004 Author Posted March 2, 2004 it working nice thx ya have a nice day Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.