al rescatar las variables dinamicas me funciono pero ahora al tratar de hacer un if me manda el siguiente error
rango = 594
For BTX = 0 To Rsba_total 'Inicio del bucle
execute("if ancho_"&BTX&" = "&rango&" Then ")
execute("Response.Write(si)")
execute("else")
execute("Response.Write(no)")
execute("End IF")
Next
ERROR
Microsoft VBScript compilation error '800a03f6'
Expected 'End' linea 48 (la marque en rojo)