Hi,
I have been fiddling with this logic, but I can't seem to make it work.
Basically I just want to transpose arrays with varying lengths using the Ubound property.
Here is the original code:
Set rng = Range("VBAOutput")
rng.offset(0, 229).Value = Application.Transpose(array)
THANKS
I have been fiddling with this logic, but I can't seem to make it work.
Basically I just want to transpose arrays with varying lengths using the Ubound property.
Here is the original code:
Set rng = Range("VBAOutput")
rng.offset(0, 229).Value = Application.Transpose(array)
THANKS