johnmpl
Board Regular
- Joined
- Jun 14, 2013
- Messages
- 237
- Office Version
- 365
- Platform
- Windows
Greetings Mr. Excel community
This question is associated with Excel VBA code . How I can place multiple discontinuous ranges within Excel VBA array? The idea is to find an efficient method of doing , looking at what can be done without loops.
Example:
Rank 10 rows x 5 columns
Rank 7 Rows x 5 columns
Range 9 rows x 5 columns
Place in a continuous array of 26 rows by 5 columns.
The example is small, but must be efficient in the amount of resulting rows (about 10000+ rows ) .
Blessings !