<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Excel 2010 Customizable Ribbon</title>
	<atom:link href="http://datapigtechnologies.com/blog/index.php/excel-2010-customizable-ribbon/feed/" rel="self" type="application/rss+xml" />
	<link>http://datapigtechnologies.com/blog/index.php/excel-2010-customizable-ribbon/</link>
	<description>A DataPig Technologies Blog</description>
	<lastBuildDate>Wed, 08 Feb 2012 00:53:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Fergus</title>
		<link>http://datapigtechnologies.com/blog/index.php/excel-2010-customizable-ribbon/comment-page-1/#comment-18302</link>
		<dc:creator>Fergus</dc:creator>
		<pubDate>Thu, 26 May 2011 20:21:33 +0000</pubDate>
		<guid isPermaLink="false">http://datapigtechnologies.com/blog/?p=1461#comment-18302</guid>
		<description>I have the latest MS Custom UI and use it to hide and unhide the Ribbon on a particular Excel 2007 application I designed (Ribbon hidden for the End-User and unhidden for the Administrators) I use the code 
&#039; 
&#039;   
&#039;         
&#039; 
to unhide the Ribbon in the MS Custom UI and just remove the &#039; before each line to hide the Ribbon.

I have a macro that removes the formula bar etc. and protects the Workbooks only allowing unprotected cells. This works fine. But when I use the MS Custom UI it removes my worksheet protection.  Has anyone come across this.  Any help much appreciated.</description>
		<content:encoded><![CDATA[<p>I have the latest MS Custom UI and use it to hide and unhide the Ribbon on a particular Excel 2007 application I designed (Ribbon hidden for the End-User and unhidden for the Administrators) I use the code<br />
&#8216;<br />
&#8216;<br />
&#8216;<br />
&#8216;<br />
to unhide the Ribbon in the MS Custom UI and just remove the &#8216; before each line to hide the Ribbon.</p>
<p>I have a macro that removes the formula bar etc. and protects the Workbooks only allowing unprotected cells. This works fine. But when I use the MS Custom UI it removes my worksheet protection.  Has anyone come across this.  Any help much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir</title>
		<link>http://datapigtechnologies.com/blog/index.php/excel-2010-customizable-ribbon/comment-page-1/#comment-18270</link>
		<dc:creator>Vladimir</dc:creator>
		<pubDate>Wed, 25 May 2011 02:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://datapigtechnologies.com/blog/?p=1461#comment-18270</guid>
		<description>Does anyone know how to get rid of &quot;Add-Ins&quot; button in the Backstage (File) tab in Excel 2010 via XML code?
I mean to delete or to hide or to disable.</description>
		<content:encoded><![CDATA[<p>Does anyone know how to get rid of &#8220;Add-Ins&#8221; button in the Backstage (File) tab in Excel 2010 via XML code?<br />
I mean to delete or to hide or to disable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob-Frozen in Chicago</title>
		<link>http://datapigtechnologies.com/blog/index.php/excel-2010-customizable-ribbon/comment-page-1/#comment-14945</link>
		<dc:creator>Bob-Frozen in Chicago</dc:creator>
		<pubDate>Thu, 10 Feb 2011 20:48:02 +0000</pubDate>
		<guid isPermaLink="false">http://datapigtechnologies.com/blog/?p=1461#comment-14945</guid>
		<description>How can I add custom icons to a custom ribbon?</description>
		<content:encoded><![CDATA[<p>How can I add custom icons to a custom ribbon?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Skytte</title>
		<link>http://datapigtechnologies.com/blog/index.php/excel-2010-customizable-ribbon/comment-page-1/#comment-4806</link>
		<dc:creator>Skytte</dc:creator>
		<pubDate>Wed, 25 Aug 2010 03:00:34 +0000</pubDate>
		<guid isPermaLink="false">http://datapigtechnologies.com/blog/?p=1461#comment-4806</guid>
		<description>... [sigh]. I&#039;m pretty sure you can add the pivot table command under the data tab. There is a youtube video for that; however, I&#039;m so disappointed that there is no programmatic way to do this w/o xml and ribbon x.</description>
		<content:encoded><![CDATA[<p>&#8230; [sigh]. I&#8217;m pretty sure you can add the pivot table command under the data tab. There is a youtube video for that; however, I&#8217;m so disappointed that there is no programmatic way to do this w/o xml and ribbon x.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Savastio</title>
		<link>http://datapigtechnologies.com/blog/index.php/excel-2010-customizable-ribbon/comment-page-1/#comment-3396</link>
		<dc:creator>Michael Savastio</dc:creator>
		<pubDate>Tue, 23 Feb 2010 20:50:32 +0000</pubDate>
		<guid isPermaLink="false">http://datapigtechnologies.com/blog/?p=1461#comment-3396</guid>
		<description>One of my IT guys (Chris Biles) came up with this Excel 2003 to Excel 2007 button Migration method:
Attach your toolbars to an empty workbook in Excel 2003 (or earlier). Excel menu: Tools -&gt; Customize -&gt; Click &#039;Attach...&#039; button in the Toolbars-tab, select the toolbars in left panel, then click &#039;Copy&gt;&gt;&#039; and OK.

Next save this empty workbook as an Add-In: select File -&gt; Save As... and select &#039;Microsoft Excel Add-In (*.xla)&#039; in the &#039;Save as type&#039; box.

Now you have an Excel add-in, which you can activate in Excel 2007 (Office button -&gt; Excel-options -&gt; Add-Ins -&gt; Go) and you have all your buttons in the Add-Ins tab of the ribbon. They will now work with the Personal.xls macros in you XLSTART folder.</description>
		<content:encoded><![CDATA[<p>One of my IT guys (Chris Biles) came up with this Excel 2003 to Excel 2007 button Migration method:<br />
Attach your toolbars to an empty workbook in Excel 2003 (or earlier). Excel menu: Tools -&gt; Customize -&gt; Click &#8216;Attach&#8230;&#8217; button in the Toolbars-tab, select the toolbars in left panel, then click &#8216;Copy&gt;&gt;&#8217; and OK.</p>
<p>Next save this empty workbook as an Add-In: select File -&gt; Save As&#8230; and select &#8216;Microsoft Excel Add-In (*.xla)&#8217; in the &#8216;Save as type&#8217; box.</p>
<p>Now you have an Excel add-in, which you can activate in Excel 2007 (Office button -&gt; Excel-options -&gt; Add-Ins -&gt; Go) and you have all your buttons in the Add-Ins tab of the ribbon. They will now work with the Personal.xls macros in you XLSTART folder.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

