Copy from many worksheets to one worksheet

LNG2013

Active Member
Joined
May 23, 2011
Messages
465
What I am trying to do is copy and paste from many sheets into 1. I want only the format and values, not the formulas.

*Note some of the pages have graphs too so thos will need to be copied as well.


I need help with some code that will look at sheets DataA, DataB, DataC, DataD, DataE, DataF, DataG, & DataH. For each one that is present I need to copy both the format and values and paste it special to a condensed sheet FinalDataReport. I need each one to paste after another.
Example:
DataA - sheet present
Copy all Formating from used area on DataA
Paste Special formatting to FinalDataReport's last unused row with no formatting
Copy all values from used area of DataA and paste to next unused row of no data in FinalDataReport. Technically this should paste into the fields with the formatting.

DataB- not found, skip

DataC- present
Copy all Formating from used area on DataC
Paste Special formatting to FinalDataReport's last unused row with no formatting (This should then appear after the DataA Paste).
Copy all values from used area of DataA and paste to next unused row of no data in FinalDataReport


All help would be very appreciated. This is the final part to my huge puzzle.
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes

Forum statistics

Threads
1,213,538
Messages
6,114,218
Members
448,554
Latest member
Gleisner2

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