Pues si,
Código:
if isArray(arreglo) then
'el arreglo existe
If uBound(arreglo) => numero_iteraciones then
'el indice existe
if not isNull(arreglo(numero_iteraciones)) and arreglo(numero_iteraciones) <> "" then
'tiene contenido
end if
end if
end if
Esto puede ser una funcion que determine si existe, si tiene ese indice y si dicho indice no es nulo y no esta vacio.
Salu2,