Excel: SELECT.END() Doesn't Work on Minimized Worksheets

Last reviewed: September 12, 1996
Article ID: Q101455
The information in this article applies to:
  • Microsoft Excel for Windows, versions 4.0, 4.0a

SYMPTOMS

In Microsoft Excel, when you run the SELECT.END() function on a minimized worksheet, the command appears to be executed successfully; however, no action is taken and no error message is generated. This problem occurs when using any of the values (1-4) within the SELECT.END function.

WORKAROUND

The SELECT.END() function works properly if the worksheet is restored or maximized. To work around this problem, use the following commands to maximize or restore the worksheet:

  • To restore the worksheet, use the WINDOW.RESTORE() function.

    -or-

  • To maximize the worksheet, use the WINDOW.MAXIMIZE() function.

The WINDOW.MINIMIZE() command can also be used after the SELECT.END() command to restore the worksheet to a minimized state.

The SELECT.END() function also works properly on a hidden sheet.

STATUS

Microsoft has confirmed this to be a problem in the versions of Microsoft Excel listed above. This problem was corrected in version 5.0 of Microsoft Excel for Windows.

REFERENCES

"Function Reference," version 4.0, page 382, 465, 458


KBCategory: kbprb
KBSubcategory:

Additional reference words: 4.00 4.0a 4.00a select end



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: September 12, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.