Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Check out PageBreak in VBA Help. NOtice that the property applies to an entire row or column, so
ActiveCell.PageBreak gives an error. You have to write ActiveCell.EntireRow.PageBreak If there's a break between rows 25 and 26, row 26 has a pagebreak, row 25 doesn't. i.e. the break "belongs" to the row below/column to the right. On Mon, 11 Aug 2003 05:52:24 -0700, "Seth" wrote: Is there a way to easily tell if a range (i.e., cell) is adjacent to a page break? At every page break, I would like to insert some text but I don't know how to determine if the range object is adjacent to a page break (without creating one manually). Thanks, Seth |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I can't move my page breaks in Page Break Preview | Excel Discussion (Misc queries) | |||
When automatic page breaks are moved each cell becomes a new page | Excel Discussion (Misc queries) | |||
Vertical page breaks won't drag in Page Break Preview | Excel Discussion (Misc queries) | |||
How do I do page breaks when view menu doesnt page break preview | Excel Discussion (Misc queries) | |||
Page Breaks- Printing selected rows on same page | Excel Discussion (Misc queries) |