Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
True if split panes are frozen. Read/write Boolean.
Syntax
expression.FreezePanes
expression A variable that represents a Window object.
Remarks
It's possible for FreezePanes to be True and Split to be False, or vice versa.
This property applies only to worksheets and macro sheets.
Example
This example freezes split panes in the active window in Book1.xls.
Workbooks("BOOK1.XLS").Worksheets("Sheet1").Activate
ActiveWindow.FreezePanes = True
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.