The information in this article applies to:
SYMPTOMSWhen you display a UserForm in Microsoft Excel, you are not allowed to interact with the workbook even though you have enabled interactivity through a Microsoft Visual Basic for Applications macro. CAUSEThis problem occurs if your macro sets the Interactive property to True, for example
but the ShowModal property of the UserForm is set to True, which disables interactivity.
WORKAROUNDTo work around this problem, use the ShowModal property instead of the macro code to make the user form interactive. To do this, follow these steps:
MORE INFORMATION
In earlier versions of Microsoft Excel, user forms were always modal, meaning interactivity with the workbook was never allowed when the user form was displayed. In Excel 2000, you can specify interactivity with the workbook through the ShowModal property. REFERENCESFor additional information about user forms and interactivity, please see the following article in the Microsoft Knowledge Base: Q215861 XL2000: Displayed UserForm Allows Interactivity When ShowModal Property Is Set to True Additional query words: XL2000
Keywords : kbdta kbdtacode OffVBA KbVBA |
Last Reviewed: July 6, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |