AD_Taylor
Well-known Member
- Joined
- May 19, 2011
- Messages
- 687
Is it possible to pass the entire contents of an array as a parameter when you call a Sub/Function?
E.g. I have an array with 5 elements in Sub CallThis()
I want to call another Sub, Sub DoThis().
To run properly DoThis() needs to know all 5 elements in the array. It would be ideal if DoThis could accept it and use it in an array format as well.
Thanks,
Adam
E.g. I have an array with 5 elements in Sub CallThis()
I want to call another Sub, Sub DoThis().
To run properly DoThis() needs to know all 5 elements in the array. It would be ideal if DoThis could accept it and use it in an array format as well.
Thanks,
Adam