For Excel I am using the attribute startFromScratch="True" to remove the ribbon tabs, but it is also removing the close button of the workbook (see picture). Is there a way to not remove it? I know that you can use startFromScratch and separately you can show a tab you want via VBA as this website explains: http://www.msofficegurus.com/post/Customizing-the-Ribbon-startFromScratch-and-Tab-visibility.aspx
Now, is it possible to add the close button again? I belive that there may be a similar code to show it via VBA.