whiteheadw
New Member
- Joined
- Jul 14, 2010
- Messages
- 8
All,
Just curious if it was possible to divide an array into individual values (or objects) that could later be passed to a ParamArray argument.
For example, say I have an array of ranges, and I wanted to pass the entire array to Application.Union. Right now, the only way I could do this is using a For...Next loop, which doesn't really take advantage of the ParamArray option for the Application.Union function. There has got to be a way, however, to pass an entire array all at once into a ParamArray function.
Is this possible?
Thanks
Just curious if it was possible to divide an array into individual values (or objects) that could later be passed to a ParamArray argument.
For example, say I have an array of ranges, and I wanted to pass the entire array to Application.Union. Right now, the only way I could do this is using a For...Next loop, which doesn't really take advantage of the ParamArray option for the Application.Union function. There has got to be a way, however, to pass an entire array all at once into a ParamArray function.
Is this possible?
Thanks