Grazie, ho scritto così, ma fa un macello:
codice:
<%'INIZIO VALORI TABELLA %>

<% If RECDown("Stato") = "" or IsNull(RECDown("Stato")) Then
 response.write("Da Analizzare")
 
<%else%>

 <td align="center" bgcolor="<%=colore%>" style="border-bottom-color: #000000; border-bottom-width: 1">
   <border-top-style:none; border-top-width:medium; border-bottom-style:none; border-bottom-width:1">
    <font face="Verdana, Arial, Helvetica, sans-serif" size="1">
 
    <%=RECDown("Stato")%></td> 
    <%end if%>