I’m selecting a vertical block of data in a worksheet, CTRL+C, and then click another tab in the sheet. I then select the first available row (2nd row the first time, 3rd row the next time, etc.) and run a macro I recorded that does a Paste Special, Values, Transpose. I’d like to reduce my steps.
Is it possible, after I’ve selected the block (it’s not always uniform) to have the macro do the copy of the selection, then switch to the other sheet, select the next available row and do the paste special/values/transpose?
I didn’t know how to record this process and don’t know enough VBA to write the code for it.
Thanks in advance.