Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Right click your sheet tab, view code and paste this in and run it Sub marine() lastrow = Cells(Rows.Count, "A").End(xlUp).Row Set myrange = Range("A2:A" & lastrow) For Each c In myrange c.Select If c.Value < c.Offset(-1, 0).Value Then ActiveWindow.SelectedSheets.HPageBreaks.Add Befo=ActiveCell End If Next End Sub Mike "Al Dykes" wrote: If I sort spreedshet on Column A, I want to print a paper report that starts a new page whenever the contents of col. A changes. How? TIA. -- Al Dykes News is something someone wants to suppress, everything else is advertising. - Lord Northcliffe, publisher of the Daily Mail |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
insert page break when there is a change in the row value | Excel Worksheet Functions | |||
How do I show the manual page break? | Excel Discussion (Misc queries) | |||
Insert manual line break in formula | Excel Worksheet Functions | |||
Insert manual line break in formula | Excel Worksheet Functions | |||
Insert new row as cell contents change | Excel Discussion (Misc queries) |