wallaceoc80
Programmer
Hi, I am getting an "Overflow" error when I call Ubound on an object of type Variant
I have tried doing some searching on the net and I can't figure this one out. Has anyone ever encountered this before? The result object looks to be ok when I check it in debug mode.
Thanks,
Wallace
Code:
numResult = UBound(result)
I have tried doing some searching on the net and I can't figure this one out. Has anyone ever encountered this before? The result object looks to be ok when I check it in debug mode.
Thanks,
Wallace