Search results for query: *

  1. A

    Array Containing.., > to Array

    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...
Back
Top