04-06-2011, 04:13 PM
You can over come the error using,
On Error Resume Next.
However, you will need to consider this valid failure as a case of pass because you are validating scenarios in a pretty awkward way. If i were you, i would rather check for the objects existence than try to find that object which validates the object.
On Error Resume Next.
However, you will need to consider this valid failure as a case of pass because you are validating scenarios in a pretty awkward way. If i were you, i would rather check for the objects existence than try to find that object which validates the object.
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.