The information in this article applies to:
SUMMARYIn Microsoft Visual Basic for Applications, the Activate method of the Windows object (Windows(1).Activate, for example) unhides a hidden workbook. However, if you use the Workbook object instead of the Windows object (Workbooks(1).Activate, for example), the hidden workbook will remain hidden. MORE INFORMATION
The Activate method activates the indicated object. When the object is a
window, the Activate method will bring the window to the front. If the
window is hidden, the Activate method will unhide the window object.
Additional query words: 5.0 7.0 XL97 XL98 XL7 XL5 unhide display select
Keywords : kbprg kbdta SynFnc PgmOthr KbVBA |
Last Reviewed: October 22, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |