XL2000: Some Properties and Methods Are Missing in Object Browser
ID: Q211863
|
The information in this article applies to:
SUMMARY
Some methods and properties do not appear in the Object Browser in
Microsoft Excel.
MORE INFORMATION
These methods and properties are not missing; they are hidden. They are
hidden because new methods and properties replace them in Microsoft Excel. The hidden methods and properties remain in the Object Browser for
backward compatibility only.
To view hidden methods and properties in the Object Browser in Microsoft
Excel, follow these steps:
- Open the Visual Basic Editor (press ALT+F11).
- On the View menu, click Object Browser (or press F2).
- Right-click the Object Browser and click Show Hidden Members
on the shortcut menu.
Anything that is hidden is displayed in a light gray font.
NOTE: When you are writing new macros, Microsoft recommends that you use the new functionality in Microsoft Excel 2000 instead of using earlier
functionality provided by the hidden methods and properties.
REFERENCES
For more information about hidden properties and methods, follow these steps:
- In the Object Browser, click <globals> in the Classes list.
- In the Members of '<globals>' list, right-click the first hidden member (this should
be ActiveDialog), and click Help on the shortcut menu.
Additional query words:
missing xlvbmigrate XL2000
Keywords : kbprg xlvbainfo KbVBA xlvbmigrate
Version : WINDOWS:2000
Platform : WINDOWS
Issue type : kbhowto