Hi there.
I have a problem. I have an agent to export docs to word and excel. This agent ran perfectly but now I have this problem:
In the beginning for my angent I have a counter to count the docs to be exported. I ran this agent about 5 times and now I get this error: Overflow in line xx.
In line xx theres the code:
If doccont Is Nothing Then
contagem = col.Count
Else
contagem = col.Count - doccont.contador(0)
End If
What have I supose to do to repair this problem and it runs again?