Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dear All,
Before printing ( using code under commandbutton) the code inserts pagebreaks before each chapter ( column 1 not empty). Works fine about 1 year ! Suddenly in 1 worksheet before row 1108 it is not possible to insert a pagebreak, Not by code and NOT manualy. The code triggers error 1004 Application-defined or objecdefined error. Do YOU know a possible cause for this behavior. If bSetPagebracksChapters = True Then With ActiveSheet .ResetAllPageBreaks iLastSourceRow = .Cells(Rows.Count, "A").End(xlUp).Row 'Search for the last row with data in Column A For iRow_Index = 2 To iLastSourceRow Step 1 If IsEmpty(.Cells(iRow_Index, 1).Value) Then Else .HPageBreaks.Add Befo=.Cells(iRow_Index, 1) <<<< This line triggers error 1004 on row 1108 only !!!!! End If Next End With End If Thanks, Filip |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Insert pagebreak when a specific word appears in a column. | Excel Discussion (Misc queries) | |||
Cant move pagebreak in PageBreak View in Excel2003 | Excel Worksheet Functions | |||
Insert row after pagebreak | Excel Programming | |||
INSERT HORIZONTAL PAGEBREAK AFTER EACH LINE IN ENTIRE WORKSHEET . | Excel Worksheet Functions | |||
insert pagebreak after a specific column? | Excel Programming |