GET.CELL Command Cannot Detect an Automatic Page BreakID: Q71361
|
GET.CELL is a macro function designed to return particular information
about a given cell. The "Microsoft Excel Function Reference" indicates
that
=GET.CELL(27)
0 = No break
1 = Row
2 = Column
3 = Both row and column
Microsoft Excel detects only manual page breaks, not automatic page
breaks. Manual page breaks are set by using either the function
=SET.PAGE.BREAK() or by choosing Set Page Break from the Options menu.
Automatic page breaks are set by Microsoft Excel and cannot be removed.
If an automatic page break occurs at the selected cell, Microsoft Excel
returns a 0 (zero) even though there is a page break.
Additionally, =GET.CELL(27) does not detect where a print area breaks
the page.
Note that in Microsoft Excel verison 5.0, you can use the PageBreak
property in a Visual Basic procedure to detect an automatic page break.
"Function Reference," version 4.0, page 191-194
"Microsoft Excel Function Reference," version 3.0, pages 103-105
Additional query words: 3.0 4.0
Keywords :
Version :
Platform :
Issue type :
Last Reviewed: March 21, 1999