Excel 2.2: Crashes After PRINT Command in Macro

Last reviewed: November 1, 1994
Article ID: Q70102
The information in this article applies to:
  • Microsoft Excel for the Macintosh, version 2.2

SUMMARY

If a macro in Microsoft Excel version 2.20 contains the PRINT command with Draft mode set (either on or off) and the Apple StyleWriter printer driver selected, Excel will crash.

The fifth argument of the PRINT command is a boolean that sets Draft on or off. If this argument is omitted, Excel will function normally.

MORE INFORMATION

The following statements will crash Excel when the StyleWriter printer driver is selected:

   =PRINT(,,,,TRUE)
   =PRINT(,,,,FALSE)

Note: This problem does not occur in later versions of Microsoft Excel for the Macintosh.


KBCategory: kbother
KBSubcategory:

Additional reference words: 2.20 noupd


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: November 1, 1994
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.