The information in this article applies to:
SYMPTOMS
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.
your document should only print page 2. However, all of the pages in your document will be printed. NOTE: In the Print dialog box, 2 is entered in From and To boxes; however, the All button remains checked. WORKAROUND
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.
MORE INFORMATION
The syntax for the PRINT?() macro function is as follows:
The range_num argument specifies which pages to print:
Additional query words: 4.00a XL3 XL4
Keywords : kbprint xlprint |
Last Reviewed: April 6, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |