XL: Some Window Properties Only Affect Active WorksheetLast reviewed: February 3, 1998Article ID: Q107703 |
The information in this article applies to:
SUMMARYIn Microsoft Visual Basic for Applications, some Window properties, such as WindowHeadings, affect only the active worksheet in the window.
MORE INFORMATIONMicrosoft provides programming examples for illustration only, without warranty either expressed or implied, including, but not limited to, the implied warranties of merchantability and/or fitness for a particular purpose. This article assumes that you are familiar with the programming language being demonstrated and the tools used to create and debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific needs. If you have limited programming experience, you may want to contact the Microsoft fee-based consulting line at (800) 936-5200. For more information about the support options available from Microsoft, please see the following page on the World Wide Web:
http://www.microsoft.com/support/supportnet/refguide/default.aspWindow properties, such as scroll bars, gridlines, and worksheet tabs, can be turned on or off using Visual Basic commands. They are accessed as properties of the Window object. Some of these properties affect every worksheet in the window, while others affect only the active worksheet. This behavior is by design, and is consistent with the behavior of the Window Options setting. To set these options, click Options on the Tools menu, and click the View tab. The following is a list of window properties that affect only the active worksheet in the window.
DisplayFormulas DisplayGridlines GridlineColor DisplayHeadings DisplayOutline DisplayZerosThese properties are "per sheet-window" properties. To change these properties on each worksheet in the window, you must select each worksheet before changing the properties.
Steps to Reproduce Behavior
REFERENCESFor more information about Window Object Properties, click the Search button in Help and type:
Window Object |
Additional query words: 5.00 7.00 8.00 XL98 XL97 XL7 XL5
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |