AlexanderBB
Well-known Member
- Joined
- Jul 1, 2009
- Messages
- 2,073
- Office Version
- 2019
- 2010
- Platform
- Windows
Google says If you want to redim the first dimension of an 2 dimensional array, you can use a trick: Transpose the array, change the second dimension and transpose the array again.
Then shows the worksheet function transpose as an example.
Is it possible to do this with code in a module instead, as the platform I want to use this on doesn't have a worksheet ?
Then shows the worksheet function transpose as an example.
Is it possible to do this with code in a module instead, as the platform I want to use this on doesn't have a worksheet ?