Hi,
I have some code to output arrays. But the problem is that when the column changes I need to update all the code.
My question - is there some way to re-write this so that I can use offset and only update a single line of code?
Range("BO39:BO116").Value = Application.Transpose(aa)...