Copying a worksheet into a different workbook with only valu

sll810

Board Regular
Joined
Jun 29, 2007
Messages
86
I am copying a worksheet into different workbooks depending on a certain criterion and then deleting the worksheets in the scrapbook to free up memory. I am able to copy the sheets into the other workbooks fine but the problem is if I try to delete the worksheet in the scrap book I get an error saying a formula is changed and the charts copied into the new workbook don't work any longer.

How do I copy and then just past values into a new workbook. Currently I am copying the sheet in with the code below:
scrapbook.Worksheets(firmname2).Copy after:=reportbook.Sheets(1)

I have also tried to copy all of scrapbook.worksheets(firmname2) and paste special values prior to it being copied into the report book but there are charts within the scrapsheet so they don't get picked up in a range.

Please help.

Thanks.
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.

Forum statistics

Threads
1,214,827
Messages
6,121,820
Members
449,049
Latest member
cybersurfer5000

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