Copying multiple columns into a new sheet

shivanikharbanda

New Member
Joined
Apr 21, 2015
Messages
4
Hey,

I am new here and I've been browsing to find a solution but I may be missing it.

I have information on Sheet1 and I want to copy everything in Column E, Y, and AH. I want to copy and then paste this information into Sheet2.

Let me know if anyone can help. Thank you!
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Welcome to the Board!

What columns will you be pasting this information to on Sheet2?
The same columns, or something else (like A, B, and C)?
 
Upvote 0
If you turn on the Macro Recorder, and record yourself performing these steps manually once, it will give you VBA code that will do this.
(It will have a lot of Select statements that can be cleaned up a bit if you like, but will still work nevertheless).
 
Upvote 0
Your welcome. :)
Yep, that Macro Recorder is a handy little tool. Even us programmers who have been using VBA for years use it to get tidbits of code!
 
Upvote 0

Forum statistics

Threads
1,216,095
Messages
6,128,794
Members
449,468
Latest member
AGreen17

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top