Syntax

expression.PersonalViewListSettings

expression A variable that represents a Workbook object.

Example

This example removes print settings and filter and sort settings from the user's personal view of workbook two.

Visual Basic for Applications
With Workbooks(2) .PersonalViewListSettings = False .PersonalViewPrintSettings = False End With
Include my own filter and sort settings when viewing shared workbook? personal personal view list settings Personal View List Settings Property personalview personalviewlist PersonalViewListSettings PersonalViewListSettings Property Remove personal filters from particular workbook?

See also: