newb question on lcd.print - (SOLVED)

Try this.

lcd.print("hello: "); // could be in setup() if permanently there
setCursor(0, 7); // move cursor to first line, eight position
lcd.print(Name);

Leo..