On Error Resume next cuantos = uBound(kk) + 1 If err.number <> 0 Then cuantos = 0 err.number = 0 End If On error goto 0