ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Page Break Save (https://www.excelbanter.com/excel-discussion-misc-queries/157657-page-break-save.html)

tc

Page Break Save
 
Hi. Is it possible to save each page in the page break view in a new
workbook?


Dave Peterson

Page Break Save
 
You could start with Ron de Bruin's macro:
http://www.rondebruin.nl/hpagebreaks.htm

If you really want a new workbook, then I think (untested) that you'll have to
make a change.

Change this section:

With Asheet.Parent
Set Nsheet = Worksheets.Add(after:=.Sheets(.Sheets.Count))
End With

to

Set Nsheet = workbooks.add(1).Worksheets(1)




tc wrote:

Hi. Is it possible to save each page in the page break view in a new
workbook?


--

Dave Peterson


All times are GMT +1. The time now is 11:54 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com