Hi,
I have an excel with lots of data but the data is in columns (each column has 10,000 or more data points), such as:
7.52
7.56
7.56
7.55
7.35
and I want copy the first three cells and transpose them on a different excel file, such as
7.52, 7.56, 7.56
7.56, 7.55, 7.35
But I want to do the whole column instead of manually copying and pasting three cells at a time.
I will be using a macro to do this job.
I know how to copy and paste the first three cells using macro but I want to continue all of the data to run in a loop to finish the job automatically or there is any other to do this?
thanks.
I have an excel with lots of data but the data is in columns (each column has 10,000 or more data points), such as:
7.52
7.56
7.56
7.55
7.35
and I want copy the first three cells and transpose them on a different excel file, such as
7.52, 7.56, 7.56
7.56, 7.55, 7.35
But I want to do the whole column instead of manually copying and pasting three cells at a time.
I will be using a macro to do this job.
I know how to copy and paste the first three cells using macro but I want to continue all of the data to run in a loop to finish the job automatically or there is any other to do this?
thanks.