Dialog Box Show Method Fails with Reference Type Edit Box (131237)
The information in this article applies to:
- Microsoft Excel 97 for Windows
- Microsoft Excel for Windows 95
- Microsoft Excel for Windows 5.0
This article was previously published under Q131237 SYMPTOMS
In the versions of Microsoft Excel listed at the beginning of this article,
when you attempt to display a dialog box over another dialog box, and the
first dialog box contains a text box that has the Reference or Formula
"Edit Validation" type, you may receive the following error message:
Run-time Error '1004':
Show method of Dialogsheet class failed
This error occurs when the second dialog box is displayed during an event
macro of a control on the first dialog box, and the first dialog box has
not been unloaded.
CAUSE
This is a known limitation with Microsoft Excel 5.0 style dialog boxes. You
cannot stack a semi-modeless dialog box (any dialog box that has a
Reference or Formula type edit box) on top of another dialog box.
WORKAROUND
To work around this limitation, use any of the following methods.
Method 1: Change the Edit Box Type- Select the edit box.
- On the Format menu, click Object.
- Click the Control tab, and then click a Type other than Reference or
Formula.
Method 2: Unload the First Dialog Box Before You Show the Second
Unload the first dialog box before you show the second dialog box (which
contains the Reference or Formula type edit box).
Method 3: Use UserForms
If you are using Microsoft Excel 97, use UserForms instead of Microsoft
Excel 5.0 dialogs. UserForms do not have this limitation.
For additional information, please see the following article in the
Microsoft Knowledge Base:
111867 XL Err Msg: "Not Enough Stack Space to Run Macro"
Microsoft Excel 97
For information about using UserForms in Microsoft Excel 97:
- Start a new workbook and press ALT+F11 to activate the Visual Basic
Editor.
- On the Help menu, click Contents and Index.
- Click the Index tab, type UserForms Collection, and then click Display.
Modification Type: | Minor | Last Reviewed: | 10/10/2006 |
---|
Keywords: | kbbug kbdtacode kberrmsg kbnofix kbProgramming KB131237 |
---|
|