View an object in the object browser
The VBA IDE object browser lets you view the properties, methods, and events of the object libraries in your project. The object browser is available under the View menu.
To view the properties, methods, and events for an SE Client object:
- In theMicrosoftVBA IDE, from the menu, selectView>Object Browser.
- In theObject Browserwindow, in theLibrarieslist, selectAxTrendLib.
- To view the properties, methods, and events, click a trend object in theClassessection of the window.
- To display help for property, method, or event, in theMemberssection, click the property, method, or event and then press F1.
Provide Feedback