I am getting a compile error: Syntax error on this line, but can't figure out what the problem is.
I am obviously new to this.
Mess = Replace(Replace(Mess, "#FirstName#", FirstName), "#team#", Team), "#gamedate#", gameDate), "#location#",Location), "#gametime#",Time"), "#field#",Field))...