Excel: Using LINE.PRINT to Print Multiple Lines on a PageID: Q101260
|
Normally the LINE.PRINT() function performs a form feed operation after it has printed. As a result, only one LINE.PRINT() job prints on a page. This article explains how to use the LINE.PRINT() function to print one or more lines of text to a single page.
The LINE.PRINT() macro function prints the active document using
methods compatible with those of Lotus 1-2-3.
NOTE: LINE.PRINT() does not use the Microsoft Windows printer drivers.
A1: Print_Macro
A2: =IF(NOW()>=TIME(10,0,0))
A3: =LINE.PRINT(5,,,,0,0,2,FALSE)
A4: =LINE.PRINT(1)
A5: =END.IF()
A6: =RETURN()
"Online Help," version 5.0
"Function Reference," version 4.0, pages 253-254
Additional query words: 4.0 4.00a 5.0 howto
Keywords :
Version : 4.00 4.00a 5.00
Platform : WINDOWS
Issue type :
Last Reviewed: April 5, 1999