XL97: Incorrect Definitions Displayed in Object BrowserLast reviewed: February 27, 1998Article ID: Q157232 |
The information in this article applies to:
SYMPTOMSThe Details Pane in the Microsoft Object Browser displays incorrect information for the following Add methods:
Object/Method Currently displays Should display -------------- ----------------------- ---------------------------- PivotItems.Add Sub Add(Name as string) Function Add(Name as String) as PivotItem Worksheets.Add Sub Function([Before], Function Add([Before], [After],[Count], [After],[Count],[Type]) [Type]) as Object as WorksheetThe Add method for the PivotItems class is listed as a Sub when it should be listed as a function that returns a PivotItem object. The Add method for Worksheets shows that it returns an Object when it should show that it returns a Worksheet object.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONYou can use the Object Browser in Microsoft Visual Basic for Applications to search for a particular Class, Object, Property, Method, Constant, or Event. You can search project files you created or project files from other libraries. When you are in the Visual Basic Editor, press the F2 key or click Object Browser on the View menu to run the Object Browser.
REFERENCESFor more information about the Object Browser, click the Index tab in Microsoft Visual Basic Help, type the following text
Object Browserand then double-click the selected text to go to the "Use the Object Browser" topic.
|
Additional query words: XL97 8.00 data type
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |