Hi agraham,
Yes, you are right. I learned that running the windows EXE can show the error (if any) more descriptively. I changed the variable type from "string" to "numeric" with default value zero. Then also changed the line (it was: If table3.Cell("respo",0)="" Then) to :
If table3.Cell("respo",0)=0
Then Problem is over.
My best regards to you.