Please Note: This article is written for users of the following Microsoft Excel versions: 2007, 2010, 2013, 2016, 2019, and Excel in Microsoft 365. If you are using an earlier version (Excel 2003 or earlier), this tip may not work for you. For a version of this tip written specifically for earlier versions of Excel, click here: Problems with Custom Views.

Problems with Custom Views

Written by Allen Wyatt (last updated March 9, 2021)
This tip applies to Excel 2007, 2010, 2013, 2016, 2019, and Excel in Microsoft 365


7

Custom views can be a great help in presenting data in a workbook. If you are using custom views, you may be surprised at some point by an error message that says "Some view settings could not be applied."

Don't despair if you see this message; it could simply mean that protection has been applied to one or more of the worksheets involved in the custom view. With protection enabled, any view settings that would violate the protection settings will not be applied and the message is displayed.

The solution is to either modify the view so it doesn't use any of the protected worksheets, or remove the protection from the worksheets used in the view.

ExcelTips is your source for cost-effective Microsoft Excel training. This tip (10184) applies to Microsoft Excel 2007, 2010, 2013, 2016, 2019, and Excel in Microsoft 365. You can find a version of this tip for the older menu interface of Excel here: Problems with Custom Views.

Author Bio

Allen Wyatt

With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. ...

MORE FROM ALLEN

Copying Paragraph Formatting with the Mouse

When you get one paragraph formatted just the way you want, you might want to copy that formatting so it can be applied ...

Discover More

References to Hyperlinks aren't Hyperlinks

Make a reference to a hyperlink in a formula, and you may be surprised that the reference doesn't return an active ...

Discover More

Changing Information in Multiple Documents

If you need to change text in many documents at the same time, Word isn't the best tool to use. Here's some ideas on ways ...

Discover More

Create Custom Apps with VBA! Discover how to extend the capabilities of Office 2013 (Word, Excel, PowerPoint, Outlook, and Access) with VBA programming, using it for writing macros, automating Office applications, and creating custom applications. Check out Mastering VBA for Office 2013 today!

More ExcelTips (ribbon)

Changing Character Spacing

Excel allows you to adjust spacing between cell walls and the contents of those cells. It does not, however, allow you to ...

Discover More

Understanding Underlines

Excel provides a variety of underlining styles you can use when you need to underline information within a cell. Here's ...

Discover More

Shortcut Key for Format Painter

The Format Painter is great for copying formatting from one cell to another. If you don't want to grab the mouse to use ...

Discover More
Subscribe

FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."

View most recent newsletter.

Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is 8 - 5?

2019-12-20 11:09:19

Walter Rauschenberger

Dear Allen,

Re "Some view settings could not be applied."
You wrote "Don't despair if you see this message" but it seems that there is a serious issue with this message. A CustomView is not Worksheet specific but covers all sheet's appearance in a Workbook - and that is why the message shows up when one is protected as you wrote. However, it appears that re-establishing a CustomView is done sheet by sheet.When re-establishing a CustomView fails because of a protected sheet the CustomView will not be applied for subsequent sheets. In other words: The sheet's sequence matters. Only when sheets not concerned by the CustomView are protected a-n-d come after all unprotected concerned sheets the "don't despair" is correct.

Best regards
Walter Rauschenberger


2016-09-23 14:48:58

Rosa

I have run across a problem with custom views and wanted to share and ask about it in case there's a solution I'm not finding when I Google the issue. I created custom view for a report back in June. The header of this report has a title, fiscal year and an "as of date" that changes as needed. I update the "as of" date to, say, today's date but when I select a custom view, the header reverts back to how it was when I saved it so now the header shows me an old fiscal year and "as of" date, as well as any other font or title changes that happened since I created the custom view. Why does this happen and is there a fix?


2016-01-05 16:06:38

Liz

I found another situation where this happens - if you have a saved custom view filtering for a condition that no longer exists (i.e., omit any zeros in column A of Sheet1, and there are no zeros in that column), you will also get this error. The message will appear even if the filter is on another worksheet than the one you are currently viewing, if it was in effect when the custom view was saved. I resaved all my custom views without that filter on Sheet1 and the error went away.


2015-07-11 12:53:49

srv

A protected worksheet is not the only culprit. Adding a column to a filtered range (after the custom view has been created) also seems to cause this error message when the custom view is shown. I don't know of a way to fix this except to re-define the custom view.


2014-11-04 09:35:58

Jen

I've had custom views in a spreadsheet that isn't protected in any way, and has no tables. I still get the error message "Some view settings could not be applied"


2014-11-03 18:29:34

phil

I posted a request for how to automate the unprotect/protect procedure. With some help from another venue, I've developed the following.
'=EMBED("Forms.CommandButton.1","") Put this button on the worksheet

Private Sub cbCustomView_Click()
ActiveSheet.Unprotect
Application.Dialogs(xlDialogCustomViews).Show
ActiveSheet.Protect contents:=True, DrawingObjects:=True
End Sub

I'm running this on Excel 2010, Windows 7.


2014-11-01 05:10:42

Daniel

Worth mention that if you have a table in your worksheet it disables custom views. Need to format the table as a range.


This Site

Got a version of Excel that uses the ribbon interface (Excel 2007 or later)? This site is for you! If you use an earlier version of Excel, visit our ExcelTips site focusing on the menu interface.

Newest Tips
Subscribe

FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."

(Your e-mail address is not shared with anyone, ever.)

View the most recent newsletter.