I have text data in Excel worksheet in the cells B6:H14
.
Some rows will have 2 cells with contents while others have 4 and some will have 7. How do I copy these to a 2 dimensional array? I know the dimensions already and so, I am ok with the dimensions not being declared dynamic code.
Do I need to use a loop (which I am currently planning to use)?
Or is there an easier / more elegant way?