I have an array of strings (the strings are not on any sheet - just in a dynamic array - the array is dimmed as say i.e. "Dim MyString(20,5) as string" - I would like the match to be exact - so If I search for "Test" - and I have a value "Test" & "Test123" - I would like to only get the Index for "Test" - Ideally I would like my index to be say 5,3 if Mystring(5,3)="Test".