andrew_critchlow
New member
- Joined
- Nov 9, 2006
- Messages
- 1
- Programming Experience
- Beginner
Does anyone know why this will not work? And how i could get aorund it?
For count = 1 To 1000
If Array(count).Contains("1 GBP") Then
MessageBox.Show("Found Text")
End If
Next
I basically have an array of values, i want to find which variables of the array contain "1 GBP" and with these put them into there own array?
many thanks to all who can help
For count = 1 To 1000
If Array(count).Contains("1 GBP") Then
MessageBox.Show("Found Text")
End If
Next
I basically have an array of values, i want to find which variables of the array contain "1 GBP" and with these put them into there own array?
many thanks to all who can help