Ciao mi sapreste dire coda c'è di sbagliato in questo codice?

HTML = " <td height=""335"" colspan=""2"" valign=""top"" bgcolor=""#FFFFFF"" class=""Stile3"">"& messaggio & "</td>"&_
" <td width=""199"" valign=""top"" bgcolor=""#FFFFFF""><span class=""Stile1"">"&_
"<span class=""Stile8"">Le nostre News</span>
"& vbCrLf
While ((Repeat1__numRows <> 0) AND (NOT Rnews.EOF))&_
""&(Rnews.Fields.Item("oggetto").Value)&"
"&_
Repeat1__index=Repeat1__index+1 & vbCrLf
Repeat1__numRows=Repeat1__numRows-1 & vbCrLf
Rnews.MoveNext() & vbCrLf
Wend &_
"</span></td>"&_

L'errore è questo:
Expected end of statement

/admin/mailing.asp, line 84

Rnews.MoveNext() & vbCrLf
------------------------^