Copy a range and have it transposed and inserted into another file with VBA
Posted by Chris on November 11, 2001 1:35 AM
I'm trying to copy a range of cells from one xls to another. But I need it transposed in the new xls. I called the transpose function on the range, and then set it to the range in the new xls. I only get the first cell value of the range and not the whole thing. Any suggestions?