xml - Excel Ribbon - Enable Filter button for protected worksheet -


using excel 2010 protected sheets auto filtering option on ribbon greyed out. right clicking still able filter fine despite sheet being protected doesn't make sense me (but others seem have same problem http://www.ozgrid.com/forum/showthread.php?t=163585)

is there way customize ribbon xml override , enable button permanently?

i've tried:

<?xml version="1.0" encoding="utf-8"?><customui xmlns="http://schemas.microsoft.com/office/2006/01/customui" onload="ribbon_load"> <commands>    <command idmso="filter" enable="true"/>     </commands> </customui> 

but had no effect. grateful help!

edit.

my sheet protected so:

sheet1.protect drawingobjects:=true, contents:=true, scenarios:=true, userinterfaceonly:=true, allowsorting:=true, allowfiltering:=true, allowdeletingcolumns:=true, allowinsertingcolumns:=true sheet1.enableautofilter = true 


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -