XL5 Err Msg: GP Fault in Module SDM.DLLLast reviewed: September 13, 1996Article ID: Q122059 |
The information in this article applies to:
SYMPTOMSWhen you run a Microsoft Excel version 4.0 macro (.XLM macro) that calls a Microsoft Excel version 4.0 dialog box that contains option buttons, you may receive the following error message:
EXCEL caused a General Protection Fault in module SDM.DLL at xxxx:xxxx.where xxxx:xxxx is a memory address.
CAUSEThis error message occurs when, in the dialog box definition table, there is an invalid type in an option button group section of the table. Note that option button groups always start with a type value of 11.
ExampleThe first column of the dialog box definition table contains the following information:
11 Option button group 12 Option button 45 Invalid table number 12 Option buttonThe number 45 is an invalid item type for a dialog box definition table. Valid number types are from 1 to 24. In this example, a valid number would be 12, which is an option button.
RESOLUTIONTo correct this problem, remove or correct the invalid code in the table.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This problem has been corrected in Microsoft Excel for Windows version 5.0c.
|
KBCategory: kbprg kbmacro
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |