The information in this article applies to:
SYMPTOMSIn Microsoft Excel, when you type or edit a formula in a worksheet, you may receive the following error message: If you click Details, you receive an error message similar to one or more of the following:
When these messages appear, the Microsoft Office programs may close or stop responding. CAUSE
This problem may occur when all of the following conditions are true:
WORKAROUND
To prevent this problem from occurring, do not set a breakpoint in the
custom function. If you need to pause or break your macro at run-time, use
the MsgBox function or the End statement instead.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. MORE INFORMATION
When you set a breakpoint in a custom function, and then type a formula
that refers to that function, Microsoft Excel displays the Visual Basic
Editor in break mode. You can then step through the macro code by pressing
F8, or you can press F5 to continue running the code. You can also set
watches and perform other tasks.
NOTE: You can also remove a breakpoint by following the same steps. When you use a Microsoft Office program that contains an embedded Microsoft Excel workbook, and you type or edit a formula that refers to a custom function containing a breakpoint, Microsoft Excel and the Microsoft Office program may stop responding. Microsoft recommends that you do not set a breakpoint in a custom function when you are working in Microsoft Office Binder or your workbook is embedded in another Microsoft Office program. Additional query words: break point crash hang XL2000 OFF2000
Keywords : kberrmsg kbprg kbdta kbdtacode KbVBA offbinder |
Last Reviewed: July 6, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |