Hello,

I have found the following XML command which grays out and disables the "Excel options" button under the office button menu:


PHP Code: 
    <commands>    <!-- Disables the Excel options button  -->
        <
command idMso="ApplicationOptionsDialog" enabled="false"/>
    </
commands

I was wondering if there is a way to completely hide the button?

Thanks in advance for any help!

rn