Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In Excel2000, how do I combine these statements into one (for rows 5-6):
For Each sht In ActiveWindow.SelectedSheets sht.Rows(5).PageBreak = xlNone sht.Rows(6).PageBreak = xlNone Next I wanted somtething like this (but it does not work): sht.Rows(5, 6).PageBreak = xlNone Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I remove multiple pagebreaks in an excel document in one g | Excel Discussion (Misc queries) | |||
Is there no one who uses PageBreaks? HPageBreaks? | Excel Worksheet Functions | |||
Pagebreaks are not made | Excel Programming | |||
pagebreaks | Excel Programming | |||
Excel pagebreaks | Excel Programming |