What is the consensus about using the Ubound function? Should it be avoided
altogether? Is there an arry size where Ubound becomes less efficent?
Also, is there a better way to increase the size of an array (preserving its
current values) besides using Redim Preserve?
Thanks,
Mark
altogether? Is there an arry size where Ubound becomes less efficent?
Also, is there a better way to increase the size of an array (preserving its
current values) besides using Redim Preserve?
Thanks,
Mark
Comment