Hi there....
I have a raw report that I get, it's headers are always the same, but the order of the columns might not be the same everytime and the number of rows also could be different.
Anyways, I know what headers of the columns of interest that I want, I would like to copy the multiple columns and then paste them into a new sheet, please keep in mind that the columns are multiple and might not be next to each others, so:
Let's say that I have a sheet with Columns A through W
but I might only want 5 columns, A, C, R, P, W - just as as example:
The header name are always the same, say:
A - First Name
C - Last Name
R - Suffix
P - Home Phone
W - Spend Rank
I noticed that I could select multiple columns by using the Ctrl + and clicking on the columns, but I couldn't copy them or nothing, it wasn't allowed.
Please let me know how I can do this in VBA! that would be a great starting point for me, then I will need to learn how to place the columns in the order that I want and do some other things on them.
Thanks!
I have a raw report that I get, it's headers are always the same, but the order of the columns might not be the same everytime and the number of rows also could be different.
Anyways, I know what headers of the columns of interest that I want, I would like to copy the multiple columns and then paste them into a new sheet, please keep in mind that the columns are multiple and might not be next to each others, so:
Let's say that I have a sheet with Columns A through W
but I might only want 5 columns, A, C, R, P, W - just as as example:
The header name are always the same, say:
A - First Name
C - Last Name
R - Suffix
P - Home Phone
W - Spend Rank
I noticed that I could select multiple columns by using the Ctrl + and clicking on the columns, but I couldn't copy them or nothing, it wasn't allowed.
Please let me know how I can do this in VBA! that would be a great starting point for me, then I will need to learn how to place the columns in the order that I want and do some other things on them.
Thanks!