<?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: Animate a 2007 RibbonX image</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2007/11/01/animate-a-2007-ribbonx-image/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2007/11/01/animate-a-2007-ribbonx-image/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 23:42:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: GreenBoy</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/11/01/animate-a-2007-ribbonx-image/#comment-34572</link>
		<dc:creator>GreenBoy</dc:creator>
		<pubDate>Sun, 31 Aug 2008 09:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1754#comment-34572</guid>
		<description>&lt;p&gt;I know this is an old post, and you have probably moved on from this but is there an equivelent of a mouse over event you can take advantage of?&lt;/p&gt;
&lt;p&gt;When you hover over a button the background turns orange to show you the control you are about to select - could you at this stage start the animated gif, swapping it for the inbuilt graphic??&lt;/p&gt;
&lt;p&gt;just a thought.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I know this is an old post, and you have probably moved on from this but is there an equivelent of a mouse over event you can take advantage of?</p>
<p>When you hover over a button the background turns orange to show you the control you are about to select &#8211; could you at this stage start the animated gif, swapping it for the inbuilt graphic??</p>
<p>just a thought.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Alexander</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/11/01/animate-a-2007-ribbonx-image/#comment-29803</link>
		<dc:creator>Mike Alexander</dc:creator>
		<pubDate>Tue, 08 Jan 2008 21:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1754#comment-29803</guid>
		<description>&lt;p&gt;Hi John, &lt;/p&gt;
&lt;p&gt;A while back, I built a table-driven ribbon customizer utility for Excel 2007.&lt;br&gt;
The gist is of the utility is this: &lt;/p&gt;
&lt;p&gt;You fill in a table specifying the custom buttons you want and which tabs you want them on.  Then the utility automatically builds the custom XML and adds it to a new workbook or existing workbook, effectively applying your Ribbon customizations without writing one line of code.&lt;/p&gt;
&lt;p&gt;I&#039;ve also made it so that the call-back functions are also created and added, so the buttons can be adjusted to call an existing macro with very little effort!  &lt;/p&gt;
&lt;p&gt;You can download the utility here: &lt;a href=&quot;http://www.datapigtechnologies.com/Custom_UI_Builder.zip&quot; rel=&quot;nofollow&quot;&gt;http://www.datapigtechnologies.com/Custom_UI_Builder.zip&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi John, </p>
<p>A while back, I built a table-driven ribbon customizer utility for Excel 2007.<br />
The gist is of the utility is this: </p>
<p>You fill in a table specifying the custom buttons you want and which tabs you want them on.  Then the utility automatically builds the custom XML and adds it to a new workbook or existing workbook, effectively applying your Ribbon customizations without writing one line of code.</p>
<p>I&#8217;ve also made it so that the call-back functions are also created and added, so the buttons can be adjusted to call an existing macro with very little effort!  </p>
<p>You can download the utility here: <a href="http://www.datapigtechnologies.com/Custom_UI_Builder.zip" rel="nofollow">http://www.datapigtechnologies.com/Custom_UI_Builder.zip</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john hart</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/11/01/animate-a-2007-ribbonx-image/#comment-29770</link>
		<dc:creator>john hart</dc:creator>
		<pubDate>Sun, 06 Jan 2008 23:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1754#comment-29770</guid>
		<description>&lt;p&gt;i have an excel file i rely on very heavily and distribute to others as a simulation.  i am currently looking into adding a custom ribbon tab that has buttons that simply run a macro.  i am just learning about the xml code and ui editor, so i found you post interesting.  i hoped tyou might be able to answer a question for me..   &lt;/p&gt;
&lt;p&gt;i keep my file saved as a maro enabled workbook, so what affect would saving it as a xlsm file have on all my rich content, if any at all?&lt;/p&gt;
&lt;p&gt;and how would i code a custom button to run a macro?&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
&lt;p&gt;John Hart&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>i have an excel file i rely on very heavily and distribute to others as a simulation.  i am currently looking into adding a custom ribbon tab that has buttons that simply run a macro.  i am just learning about the xml code and ui editor, so i found you post interesting.  i hoped tyou might be able to answer a question for me..   </p>
<p>i keep my file saved as a maro enabled workbook, so what affect would saving it as a xlsm file have on all my rich content, if any at all?</p>
<p>and how would i code a custom button to run a macro?</p>
<p>thanks</p>
<p>John Hart</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Alexander</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/11/01/animate-a-2007-ribbonx-image/#comment-28529</link>
		<dc:creator>Mike Alexander</dc:creator>
		<pubDate>Wed, 07 Nov 2007 20:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1754#comment-28529</guid>
		<description>&lt;p&gt;What I mean to ask is:  were we able to use animated gifs as icons in previous versions of Excel?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>What I mean to ask is:  were we able to use animated gifs as icons in previous versions of Excel?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Alexander</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/11/01/animate-a-2007-ribbonx-image/#comment-28528</link>
		<dc:creator>Mike Alexander</dc:creator>
		<pubDate>Wed, 07 Nov 2007 20:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1754#comment-28528</guid>
		<description>&lt;p&gt;Were we able to create animated icons in previous versions of Excel?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Were we able to create animated icons in previous versions of Excel?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Herbert</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/11/01/animate-a-2007-ribbonx-image/#comment-28526</link>
		<dc:creator>Simon Herbert</dc:creator>
		<pubDate>Wed, 07 Nov 2007 17:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1754#comment-28526</guid>
		<description>&lt;p&gt;Tushar, can you expand on where this could be used?&lt;/p&gt;
&lt;p&gt;Is it a matter of having one icon during one task and another icon the rest of the time (as per my ealier post)? Or would there other reasons / times for using this / similar method(s)?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Tushar, can you expand on where this could be used?</p>
<p>Is it a matter of having one icon during one task and another icon the rest of the time (as per my ealier post)? Or would there other reasons / times for using this / similar method(s)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan F Moala</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/11/01/animate-a-2007-ribbonx-image/#comment-28515</link>
		<dc:creator>Ivan F Moala</dc:creator>
		<pubDate>Tue, 06 Nov 2007 21:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1754#comment-28515</guid>
		<description>&lt;p&gt;Tushar, thanks for posting, I understand Totally where your coming from here.&lt;br&gt;
I for one &quot;.. will find various ways of going beyond this illustration, which is essentially a proof-of-concept post.&quot;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Tushar, thanks for posting, I understand Totally where your coming from here.<br />
I for one &#8220;.. will find various ways of going beyond this illustration, which is essentially a proof-of-concept post.&#8221;</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harald Staff</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/11/01/animate-a-2007-ribbonx-image/#comment-28514</link>
		<dc:creator>Harald Staff</dc:creator>
		<pubDate>Tue, 06 Nov 2007 20:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1754#comment-28514</guid>
		<description>&lt;p&gt;Tushar, if you count &quot;so many&quot; then you must have misunderstood a few of us. I&#039;m on your side man, and &quot;can be done&quot; is always fantastic :-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Tushar, if you count &#8220;so many&#8221; then you must have misunderstood a few of us. I&#8217;m on your side man, and &#8220;can be done&#8221; is always fantastic <img src='http://www.dailydoseofexcel.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tushar Mehta</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/11/01/animate-a-2007-ribbonx-image/#comment-28513</link>
		<dc:creator>Tushar Mehta</dc:creator>
		<pubDate>Tue, 06 Nov 2007 18:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1754#comment-28513</guid>
		<description>&lt;p&gt;It&#039;s kinda disappointing how so many cannot see beyond a &quot;flashing icon.&quot;  But, then, this post was never meant for those who stopped thinking about the role of motion in user interface design after observing the rudimentary efforts of the early pioneers of the 90s.&lt;/p&gt;
&lt;p&gt;For those who see value in being able to change icons in a ribbon, I hope you will find various ways of going beyond this illustration, which is essentially a proof-of-concept post.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It&#8217;s kinda disappointing how so many cannot see beyond a &#8220;flashing icon.&#8221;  But, then, this post was never meant for those who stopped thinking about the role of motion in user interface design after observing the rudimentary efforts of the early pioneers of the 90s.</p>
<p>For those who see value in being able to change icons in a ribbon, I hope you will find various ways of going beyond this illustration, which is essentially a proof-of-concept post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harald Staff</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/11/01/animate-a-2007-ribbonx-image/#comment-28456</link>
		<dc:creator>Harald Staff</dc:creator>
		<pubDate>Sun, 04 Nov 2007 14:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1754#comment-28456</guid>
		<description>&lt;p&gt;This falls under the &quot;blinking cell&quot; category, one is not supposed to make it available because most people will create ugly stuff with it. Probably true, but I do feel that developers should be capable of doing those considerations themselves and have as large a toolbox as possible.&lt;br&gt;
I&#039;d like a possibility to show animations on hovering. Hover is underrated when it comes to gui design and user friendliness. Maybe because real developers navigate with keyboards, only end users use a mouse.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This falls under the &#8220;blinking cell&#8221; category, one is not supposed to make it available because most people will create ugly stuff with it. Probably true, but I do feel that developers should be capable of doing those considerations themselves and have as large a toolbox as possible.<br />
I&#8217;d like a possibility to show animations on hovering. Hover is underrated when it comes to gui design and user friendliness. Maybe because real developers navigate with keyboards, only end users use a mouse.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

