XL5: GP Fault or Strange Results Using CHOOSE Function |
In Microsoft Excel, when you use the CHOOSE function, if the first
value argument contains an operator, such as the plus sign (+), one
or more of the following symptoms occur:
This problem occurs if the first value argument in the CHOOSE
function contains an operator, such as the plus sign (+), and you
include a space between the index_num argument, and this first value
argument.
For example, when you enter the following formula on a MS Excel 4.0
macro sheet, you receive a GP fault:
=CHOOSE(1, 2+3)
Note that there is a space following the comma.
=CHOOSE(i, i+1)
=CHOOSE(1,2+3)
=CHOOSE(1, (2+3)) Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This problem was corrected in Microsoft Excel version 5.0c for Windows.
For more information about CHOOSE, choose the Search button in Help and type:
CHOOSE function
Additional query words: gpf garbage 004F:2FC8 module excel.exe
Keywords :
Version : 5.00
Platform : WINDOWS
Issue type :
Technology :
|
Last Reviewed: September 15, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |