XL97: Some Properties and Methods Are Missing in Object Browser
ID: Q167178
|
The information in this article applies to:
-
Microsoft Excel 97 for Windows
SUMMARY
Some methods and properties do not appear in the Object Browser in
Microsoft Excel 97.
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 97, do the following:
- 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 97 instead of using earlier
functionality provided by the hidden methods and properties.
REFERENCES
For more information about hidden properties and methods, do the following:
- In the Object Browser, click "<globals>" in the Classes list.
- In the Members Of list, right-click the first hidden member (this should
be ActiveDialog), and click Help on the shortcut menu.
- Click "Hidden Properties and Methods."
Additional query words:
XL97 missing xlvbmigrate
Keywords : xlvbainfo KbVBA xlvbmigrate
Version : WINDOWS:
Platform : WINDOWS
Issue type : kbinfo