As none of my searches resulted in a fairly understandable resolution, I am hereby posting my question on the hope of some assistance; since I am fairly new to VBA.
I am trying, as a first step, to read data from a worksheet into a two dimensional array in order to copy different parts of this table into other worksheets (with some manipulation).
The current worksheet contains some headers (which are irrelevant) and data that starts from cell (A4). I would probably have a set column value (let's assume it is 50 for now), but the number of rows is variable.
Another point, I don't know if it is important, is that some of the cells in any row may be empty, but the first cell will always have a value.
Any assistance or pointers will be greatly appreciated.