XL: PRINT?() Macro Function Ignores From and To ArgumentsID: Q99069
|
In the versions of Microsoft Excel listed above, the PRINT?() macro
function ignores the from and to arguments (the arguments that specify
which pages to print). As a result, when you run a macro that contains this
function, all of the pages in the worksheet will be printed.
For example, if you enter the following function
=PRINT?(2,2,2,,,true)
To work around this problem, use the PRINT() function instead of the
PRINT?() function. This will allow you to print only the pages you
specify in the from and to arguments.
To print only page 2, use the PRINT() function (without the question
mark):
=PRINT(2,2,2,,,true)
The syntax for the PRINT?() macro function is as follows:
=PRINT?(range_num,from,to,copies,draft,preview,print_what,color,feed,
quality,v_quality)
Additional query words: 4.00a XL3 XL4
Keywords : kbprint xlprint
Version : WINDOWS:2.0,3.0,4.0,4.0a; MACINTOSH:2.0,3.0,4.0; OS/2:2.2,3.0
Platform : MACINTOSH OS/2 WINDOWS
Issue type : kbprb
Last Reviewed: April 6, 1999