excel - startFromScratch is removing the close (x) button of workbook -


For Excel, I am using Startpromoscratch = "True" to remove the tabs of the RTB, but this close button Is also removing the workbook (see picture) Is there no way to remove it? I know that you can use startFromScratch and you can show a tab separately that you want through VBA because this website has stated:

Now, do the add buttons again possible? I think it can be a similar code to show through VBA.

Promoschatch before and after launch

This is the code I use:

  & lt; CustomUI xmlns = "http://schemas.microsoft.com/office/2006/01/customui" & gt; & Lt; Ribbons Start FromScratch = "true" & gt; & Lt; QAT & gt; & Lt; documentControls & gt; & Lt; Control idMso = "FileSaveAs" screentip = "save as ..." supertip = "Click here to save this file to another location" /> & Lt; Control idMso = "WindowSwitchWindowsMenuExcel" screentip = "SWITCH EXCEL FILE" supertip = "Click here to switch from this workbook to another open Excel file" /> & Lt; Control idMso = "FilePrint" screentip = "print file" supertip = "click here to enable print menu" /> & Lt; / documentControls & gt; & Lt; / QAT & gt; & Lt; / Ribbon> & Lt; / CustomUI & gt; In the version of Excel I'm using the following xml, do not hide those buttons:   

edit

pre> < Code> & lt; CustomUI xmlns = "http://schemas.microsoft.com/office/2006/01/customui" & gt; & Lt; Ribbon startfreshcrack = "true" & gt; & Lt; / Ribbon> & Lt; / customUI & gt;

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -