<?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: Blinking Cells</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2006/01/23/blinking-cells/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2006/01/23/blinking-cells/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Wed, 08 Feb 2012 23:58:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Corrine</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/01/23/blinking-cells/#comment-36134</link>
		<dc:creator>Corrine</dc:creator>
		<pubDate>Tue, 18 Nov 2008 18:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1319#comment-36134</guid>
		<description>&lt;p&gt;I am using an Excel Spreadsheet. (Excel 2003)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I am using an Excel Spreadsheet. (Excel 2003)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corrine</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/01/23/blinking-cells/#comment-36133</link>
		<dc:creator>Corrine</dc:creator>
		<pubDate>Tue, 18 Nov 2008 18:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1319#comment-36133</guid>
		<description>&lt;p&gt;Is there a way to use blinking cells in relation to dates?  I have a date field that I would want to blink after three days to show we are coming up on our 3 day deadline.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Is there a way to use blinking cells in relation to dates?  I have a date field that I would want to blink after three days to show we are coming up on our 3 day deadline.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/01/23/blinking-cells/#comment-34338</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Thu, 21 Aug 2008 08:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1319#comment-34338</guid>
		<description>&lt;p&gt;Guys, I always get an error msg on this one - Application.OnTime NextTime, &quot;Flash&quot;&lt;br&gt;
- that he cannot find the macro Flash... can you help? Thx&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Guys, I always get an error msg on this one &#8211; Application.OnTime NextTime, &#8220;Flash&#8221;<br />
- that he cannot find the macro Flash&#8230; can you help? Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/01/23/blinking-cells/#comment-33640</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Wed, 16 Jul 2008 13:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1319#comment-33640</guid>
		<description>&lt;p&gt;Supert8ch: &lt;/p&gt;
&lt;p&gt;Flashing cells? I&#039;m glad I don&#039;t have to use any of your apps.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Supert8ch: </p>
<p>Flashing cells? I&#8217;m glad I don&#8217;t have to use any of your apps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: supert8ch</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/01/23/blinking-cells/#comment-33622</link>
		<dc:creator>supert8ch</dc:creator>
		<pubDate>Tue, 15 Jul 2008 16:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1319#comment-33622</guid>
		<description>&lt;p&gt;I need this function but want it to flash all the time. Everytime someone opens the document that is. I have played with the code but after I save any changes to the document the items I wish to still flash stop. I have to go in to macros and manually start the flash. Where am I messing up? I am new to this stuff in excel.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I need this function but want it to flash all the time. Everytime someone opens the document that is. I have played with the code but after I save any changes to the document the items I wish to still flash stop. I have to go in to macros and manually start the flash. Where am I messing up? I am new to this stuff in excel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Puls</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/01/23/blinking-cells/#comment-18412</link>
		<dc:creator>Ken Puls</dc:creator>
		<pubDate>Tue, 24 Jan 2006 17:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1319#comment-18412</guid>
		<description>&lt;p&gt;Hi guys,&lt;/p&gt;
&lt;p&gt;A way to change the method without actually having to modify VBA code would be to set up two more styles.  A &quot;Flash_Red&quot; style with red font, and a &quot;Flash_White&quot; style with a white font.  The VBA could then be adjusted to:&lt;/p&gt;
&lt;p&gt;Sub Flash()&lt;br&gt;
  NextTime = Now + TimeValue(&quot;00:00:01?)&lt;br&gt;
  With ActiveWorkbook.Styles(&quot;Flash&quot;).Font&lt;br&gt;
    If .ColorIndex = ActiveWorkbook.Styles(&quot;Flash_Red&quot;).Font.ColorIndex Then _&lt;br&gt;
    .ColorIndex = ActiveWorkbook.Styles(&quot;Flash_White&quot;).Font.ColorIndex Else .ColorIndex = _&lt;br&gt;
    ActiveWorkbook.Styles(&quot;Flash_Red&quot;).Font.ColorIndex&lt;br&gt;
  End With&lt;br&gt;
  Application.OnTime NextTime, &quot;Flash&quot;&lt;br&gt;
End Sub&lt;/p&gt;
&lt;p&gt;Personally, I think I&#039;d opt for John&#039;s method though.  :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi guys,</p>
<p>A way to change the method without actually having to modify VBA code would be to set up two more styles.  A &#8220;Flash_Red&#8221; style with red font, and a &#8220;Flash_White&#8221; style with a white font.  The VBA could then be adjusted to:</p>
<p>Sub Flash()<br />
  NextTime = Now + TimeValue(&#8220;00:00:01?)<br />
  With ActiveWorkbook.Styles(&#8220;Flash&#8221;).Font<br />
    If .ColorIndex = ActiveWorkbook.Styles(&#8220;Flash_Red&#8221;).Font.ColorIndex Then _<br />
    .ColorIndex = ActiveWorkbook.Styles(&#8220;Flash_White&#8221;).Font.ColorIndex Else .ColorIndex = _<br />
    ActiveWorkbook.Styles(&#8220;Flash_Red&#8221;).Font.ColorIndex<br />
  End With<br />
  Application.OnTime NextTime, &#8220;Flash&#8221;<br />
End Sub</p>
<p>Personally, I think I&#8217;d opt for John&#8217;s method though.  <img src='http://www.dailydoseofexcel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J-Walk</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/01/23/blinking-cells/#comment-18408</link>
		<dc:creator>J-Walk</dc:creator>
		<pubDate>Tue, 24 Jan 2006 14:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1319#comment-18408</guid>
		<description>&lt;p&gt;I prefer the low-tech approach: Just open and close your eyes real fast.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I prefer the low-tech approach: Just open and close your eyes real fast.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tushar Mehta</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/01/23/blinking-cells/#comment-18404</link>
		<dc:creator>Tushar Mehta</dc:creator>
		<pubDate>Tue, 24 Jan 2006 04:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1319#comment-18404</guid>
		<description>&lt;p&gt;The traditional way to implement blinking is with code that does the work on a cell by cell basis.  Bill&#039;s solution improves on it dramatically by use a style.&lt;/p&gt;
&lt;p&gt;The down side, of course, is that if one wants to change the emphasis method, one must modify VBA code.  Another approach that moves the formatting responsibility out of the VBA is at &lt;a href=&quot;http://www.tmehta.com/tmxl/dbfind_byid.asp?id=14&quot; rel=&quot;nofollow&quot;&gt;http://www.tmehta.com/tmxl/dbfind_byid.asp?id=14&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;One can implement all kinds of neat -- including some useful -- effects with that technique.  Examples include an arrow cycling through some number of cells and a blinking point in a chart!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The traditional way to implement blinking is with code that does the work on a cell by cell basis.  Bill&#8217;s solution improves on it dramatically by use a style.</p>
<p>The down side, of course, is that if one wants to change the emphasis method, one must modify VBA code.  Another approach that moves the formatting responsibility out of the VBA is at <a href="http://www.tmehta.com/tmxl/dbfind_byid.asp?id=14" rel="nofollow">http://www.tmehta.com/tmxl/dbfind_byid.asp?id=14</a></p>
<p>One can implement all kinds of neat &#8212; including some useful &#8212; effects with that technique.  Examples include an arrow cycling through some number of cells and a blinking point in a chart!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/01/23/blinking-cells/#comment-18403</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Tue, 24 Jan 2006 04:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1319#comment-18403</guid>
		<description>&lt;p&gt;I think I should add this to all of my workbooks (Aaarrrggghhh) ;-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I think I should add this to all of my workbooks (Aaarrrggghhh) <img src='http://www.dailydoseofexcel.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

