Your comparing an Integer (VowelIndexG) with a string (RandomStr(0)).

You can convert an Integer to a string with .ToString() or from a string to an integer with CInt()