All happened because I changed variable types to char at first then found Console.Read() would only work with integers. So in those cases I gave Console.Read() an integer variable and then did something like MenuVar = Chr(i) and got a compile. I'll find out tomorrow if the code will run.