Macro Copy / Paste Cells into new document

ExcelSpencer

New Member
Joined
Jul 10, 2013
Messages
1
Hi everyone this is my first post on Mr.Excel, I am pretty new to creating macros and was looking for some help from all of you Gurus ;).

I am having trouble trying to create a macro that could copy and paste into a new document for me. What the macro would essential do (if i could actually do it) is Copy Column A, Column B, Column D, Column F, Column H and paste it into a new document.

The trick is I need every Column except Column A to have 2 open columns after it. The new document would Be Column A with original Column A's information, Column B with original Column B's information, Column E with original Column D's information, Column H with original Column F's information...etc.

I think if I had help with this then I could edit the code myself to take my other information and paste it in those extra columns that I left open. I appreciate any help I can get with this, thank you all!
 

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
I think my strategy would be to copy the workbook to another, then open the copy and insert the columns you desire. Recording a macro will quickly show you how to insert the columns.
 
Upvote 0

Forum statistics

Threads
1,216,094
Messages
6,128,785
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