Is it possible to Copy and Paste non-contiguous cells in a column with the same spacing in the destination? Right now, I can copy rows, 6, 8, 10, 12 but when I paste them, it pastes it into 4 consecutive rows.
I've got a column of data where I want to copy some cells as values and some as formulas. Instead of doing it in different bits of code where I do each subrange separately, I'd love to be able to say, Range("A10,A15,A17,A18").Copy and Paste it into rows 10, 15, 17, 18 of the next worksheet.
I've got a column of data where I want to copy some cells as values and some as formulas. Instead of doing it in different bits of code where I do each subrange separately, I'd love to be able to say, Range("A10,A15,A17,A18").Copy and Paste it into rows 10, 15, 17, 18 of the next worksheet.