The information in this article applies to:
SYMPTOMSIf you select a method, object, or property in the Visual Basic Editor and then click Definition on the View menu, you may receive an error message similar to the following: For example, you will receive this error message if you select "Application" in the following code and then click Definition on the View menu:
CAUSE
This error message occurs if the name you specified is marked as hidden in the type library. You cannot normally view hidden type library members. To see what items are marked as hidden, right-click the Object Browser window and then click Show Hidden Members on the shortcut menu that appears. You can then view the member information.
WORKAROUNDIf you receive this error message, you can manually view the specific method, object, or property in the Object Browser. To do this, follow these steps:
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. MORE INFORMATIONIn Excel, you can use the Definition command on the View menu to take you directly to the selected method, object, or property in the Object Browser. You can also view a definition by pressing SHIFT+F2. Additional query words: XL2000
Keywords : kbprg kbdta PgmOthr KbVBA |
Last Reviewed: July 6, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |