The information in this article applies to:
SYMPTOMSWhen you attempt to run a macro from the Macro dialog box, from within the Visual Basic Editor, or by pressing the macro's shortcut key, you receive the following error message: In addition, when you attempt to click the Macros command on the Macro submenu of the Tools menu, nothing happens. You cannot click the Macros command and display the Macro dialog box. You may also notice that the Record New Macro command on the Macros submenu of the Tools menu is not available (appears dimmed). CAUSEThis behavior occurs when you attempt to run a macro and another macro is in break mode. For example, this can occur if you have added a breakpoint to a macro by selecting a line of code and pressing F9, or by adding the following line of code to the macro:
RESOLUTIONExit break mode. To do this, switch to the Visual Basic editor and use any of the following methods:
Additional query words: XL2000
Keywords : kberrmsg kbdta KbVBA |
Last Reviewed: July 6, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |