C
Charles
Hello
I just have a general question: in your opinion, are objects in VBA
slower than using directly arrays and subs? I mean you necessarily
have a few more declarations to do, etc in the object. But that aside,
does the management of objects by VBA significantly reduces the speed
of execution of the code?
I have made a try, and I am a bit disappointed by the exec time. Could
be my fault, but just asking in case...
thanks!
Charles
I just have a general question: in your opinion, are objects in VBA
slower than using directly arrays and subs? I mean you necessarily
have a few more declarations to do, etc in the object. But that aside,
does the management of objects by VBA significantly reduces the speed
of execution of the code?
I have made a try, and I am a bit disappointed by the exec time. Could
be my fault, but just asking in case...
thanks!
Charles