Clear sheet outside print area

GustavBA

New Member
Joined
Mar 14, 2008
Messages
22
I have a workbook consisting of a numer of sheets.

In these sheets a lot of calculations are made and the result are displayed in different schemes on the sheets.
On each sheet the user have defined a print area.

My task is now to make a macro that make a new workbook with same number of sheets with the same names with only the data and formats from the defined print areas from the original work sheets.

The purpose of all this is off cause to make a work book without callculations and formulas which can be distributed.

Any help is appreciated
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Would be easy to have a macro that goes through the worksheets in turn and copy/paste the worksheet Range("Print_Area") to another workbook/worksheet. Could PasteSpecial values in case of formula problems.

Will need to set the column widths.
 
Upvote 0

Forum statistics

Threads
1,214,954
Messages
6,122,462
Members
449,085
Latest member
ExcelError

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