Is the character a valid first character of a VBA identifier (a..z, A..Z) ?
The character to evaluate
xf.Str.IsIdentifierFirstChar("%") => False xf.Str.IsIdentifierFirstChar("5") => False xf.Str.IsIdentifierFirstChar("F") => True