Hi Everyone!
I'm looking for a way to combine vertical ranges of data in excel in to 1 range table. this could either be in Excel for VBA.
For example, if Rng1 = A1:A7, Rng2 = B1:B7 and Rng3 = C1:C7, I want to create a range the combines Rng1, Rng2 and Rng3 into TblRng = A1:C7. I tried using the Union function but that only seems to work for making a vertical array instead of a range.
Any help would be *hugely* appreciated!!
Thank you
I'm looking for a way to combine vertical ranges of data in excel in to 1 range table. this could either be in Excel for VBA.
For example, if Rng1 = A1:A7, Rng2 = B1:B7 and Rng3 = C1:C7, I want to create a range the combines Rng1, Rng2 and Rng3 into TblRng = A1:C7. I tried using the Union function but that only seems to work for making a vertical array instead of a range.
Any help would be *hugely* appreciated!!
Thank you