Excel: Custom Dialog Box LimitsLast reviewed: November 30, 1994Article ID: Q89173 |
The information in this article applies to:
SUMMARYIn Microsoft Excel, attempting to display a custom dialog box that has more items than the specified limits, results in the error message:
Error in dialog box at <location> (versions 3.0 and 4.0) -or- Illegal dialog value (versions 1.x and 2.x)The limits on items in custom dialog boxes in Microsoft Excel are:
Version 4.0
Version 3.0 and earlier
MORE INFORMATIONItems that can take or return arguments are items that either read some value from the initial/result column of the dialog definition table, write some value to the initial/result column, or both. Combination and Linked list boxes accept and return values through their linked text edit boxes. Most of these list boxes also accept and return a list index value in the initial/result column. Therefore you would count the list box and the text edit box associated with it as separate items. The exception to this is the Linked drive and directory list box, and the Directory text box (items 19 & 20 Windows only). These boxes ignore the initial/result column. The following items can take or return arguments: Item Number Item-------- --------------------------------------------------------
6 Text edit box 7 Integer edit box 8 Number edit box 9 Formula edit box 10 Reference edit box 11 Options button group 13 Check box 15 List box 16 Linked list box 18 Linked file list box (Windows only) 21 Drop-down list box 22 Drop-down combination edit/list box REFERENCES"Microsoft Excel User's Guide 2," version 4.0, pages 263-281 "Microsoft Excel User's Guide," version 3.0, pages 624-641 "Microsoft Excel for Windows, Functions and Macros," version 2.x, pages 204-218 "Microsoft Excel Functions and Macros, Apple Macintosh Series," version 2.x, pages 164-178
|
KBCategory: kbother
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |