XL: Public/Global Variables Not Maintained After ErrorLast reviewed: February 4, 1998Article ID: Q155457 |
The information in this article applies to:
SYMPTOMSWhen you run a Microsoft Excel Visual Basic for Applications macro that contains a public variable, the public variable is re-initialized if an error condition halts the execution of the macro. This is different behavior from earlier versions of Microsoft Excel and Visual Basic for Applications.
CAUSEThe mode that stops the code execution, but keeps the stack variables, was removed.
STATUSThis is by design of Microsoft Excel 97 for Windows and Microsoft Excel 98 Macintosh Edition.
MORE INFORMATIONIn earlier versions of Microsoft Excel and Visual Basic for Applications, there is a mode in the internal code that stops the code execution but keeps the stack variables. This is by design of Visual Basic for Applications. In Microsoft Excel 97 and Excel 98, this mode was removed from the internal code to make it consistent with all other Visual Basic for Applications programs. When Visual Basic for Applications encounters an error that halts a macro, it resets the project stack, including all public variables.
REFERENCESFor more information about Public Variables, click the Index tab or button in Microsoft Excel Help, type the following text
variables, declaringand then double-click the selected text to go to the "Public Statement" topic.
|
Additional query words: vbe XL97 XL98 vba
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |