<?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: Time Picker</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2007/08/03/time-picker/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2007/08/03/time-picker/</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: Andy Pope</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/08/03/time-picker/#comment-26498</link>
		<dc:creator>Andy Pope</dc:creator>
		<pubDate>Thu, 16 Aug 2007 12:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1707#comment-26498</guid>
		<description>&lt;p&gt;Hi Neil,&lt;/p&gt;
&lt;p&gt;This quick mod will give you a modaless userform.&lt;br&gt;
In the standard code module change the Main routine.&lt;br&gt;
Sub Main()&lt;/p&gt;
&lt;p&gt;    FTime.Show vbModeless&lt;/p&gt;
&lt;p&gt;End Sub&lt;/p&gt;
&lt;p&gt;And in the userform change the Close button event.&lt;br&gt;
Private Sub CommandButton1_Click()&lt;/p&gt;
&lt;p&gt;    Set m_clsClock = Nothing&lt;/p&gt;
&lt;p&gt;    Unload Me &#039;Me.Hide&lt;/p&gt;
&lt;p&gt;End Sub&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Neil,</p>
<p>This quick mod will give you a modaless userform.<br />
In the standard code module change the Main routine.<br />
Sub Main()</p>
<p>    FTime.Show vbModeless</p>
<p>End Sub</p>
<p>And in the userform change the Close button event.<br />
Private Sub CommandButton1_Click()</p>
<p>    Set m_clsClock = Nothing</p>
<p>    Unload Me &#8216;Me.Hide</p>
<p>End Sub</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/08/03/time-picker/#comment-26496</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Thu, 16 Aug 2007 10:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1707#comment-26496</guid>
		<description>&lt;p&gt;Andy - anyway of making the form modeless?  I tried changing the code attached to the commandbutton, but that just crashed Excel!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Andy &#8211; anyway of making the form modeless?  I tried changing the code attached to the commandbutton, but that just crashed Excel!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Pope</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/08/03/time-picker/#comment-26494</link>
		<dc:creator>Andy Pope</dc:creator>
		<pubDate>Thu, 16 Aug 2007 08:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1707#comment-26494</guid>
		<description>&lt;p&gt;Thanks for the comments guys.&lt;br&gt;
And Dick, when I get another spare 5 minutes I will have a stab at rolling the hours ;)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the comments guys.<br />
And Dick, when I get another spare 5 minutes I will have a stab at rolling the hours <img src='http://www.dailydoseofexcel.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/08/03/time-picker/#comment-26482</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Wed, 15 Aug 2007 18:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1707#comment-26482</guid>
		<description>&lt;p&gt;Oh, another thing:  I must not have visited your site in a while.  It looks great.  Particularly those icons down the left side.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Oh, another thing:  I must not have visited your site in a while.  It looks great.  Particularly those icons down the left side.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/08/03/time-picker/#comment-26481</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Wed, 15 Aug 2007 18:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1707#comment-26481</guid>
		<description>&lt;p&gt;I agree with Harald.  Two things for the next version: 1) When I move the minute hand past 12, the hour hand goes back to the previous hour.  I&#039;d like it to go forward.  2) Package that up into an ActiveX control for me when you get a few minutes. :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I agree with Harald.  Two things for the next version: 1) When I move the minute hand past 12, the hour hand goes back to the previous hour.  I&#8217;d like it to go forward.  2) Package that up into an ActiveX control for me when you get a few minutes. <img src='http://www.dailydoseofexcel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harald Staff</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/08/03/time-picker/#comment-26477</link>
		<dc:creator>Harald Staff</dc:creator>
		<pubDate>Wed, 15 Aug 2007 15:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1707#comment-26477</guid>
		<description>&lt;p&gt;Very impressive, Andy. You write beautiful code.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Very impressive, Andy. You write beautiful code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Pope</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/08/03/time-picker/#comment-26355</link>
		<dc:creator>Andy Pope</dc:creator>
		<pubDate>Sat, 11 Aug 2007 15:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1707#comment-26355</guid>
		<description>&lt;p&gt;I have posted my attempt &lt;a href=&quot;http://www.andypope.info/vba/clock.htm&quot; rel=&quot;nofollow&quot;&gt;http://www.andypope.info/vba/clock.htm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I went with the technique Harald mentioned. That is constructing the hands out of multiple controls.&lt;br&gt;
Unfortunately I could not come up with a solution to automatically incrementing am/pm so opted for a switch instead.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have posted my attempt <a href="http://www.andypope.info/vba/clock.htm" rel="nofollow">http://www.andypope.info/vba/clock.htm</a></p>
<p>I went with the technique Harald mentioned. That is constructing the hands out of multiple controls.<br />
Unfortunately I could not come up with a solution to automatically incrementing am/pm so opted for a switch instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ross</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/08/03/time-picker/#comment-26273</link>
		<dc:creator>ross</dc:creator>
		<pubDate>Tue, 07 Aug 2007 22:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1707#comment-26273</guid>
		<description>&lt;p&gt;Works well, nice stuff. - Now if i could only think of a use for it!!!! lol! :-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Works well, nice stuff. &#8211; Now if i could only think of a use for it!!!! lol! <img src='http://www.dailydoseofexcel.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jkpieterse</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/08/03/time-picker/#comment-26268</link>
		<dc:creator>jkpieterse</dc:creator>
		<pubDate>Tue, 07 Aug 2007 18:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1707#comment-26268</guid>
		<description>&lt;p&gt;I mocked something up:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.jkp-ads.com/downloadscript.asp?filename=clockmouse.zip&quot; rel=&quot;nofollow&quot;&gt;http://www.jkp-ads.com/downloadscript.asp?filename=clockmouse.zip&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I mocked something up:</p>
<p><a href="http://www.jkp-ads.com/downloadscript.asp?filename=clockmouse.zip" rel="nofollow">http://www.jkp-ads.com/downloadscript.asp?filename=clockmouse.zip</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harald Staff</title>
		<link>http://www.dailydoseofexcel.com/archives/2007/08/03/time-picker/#comment-26261</link>
		<dc:creator>Harald Staff</dc:creator>
		<pubDate>Tue, 07 Aug 2007 12:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1707#comment-26261</guid>
		<description>&lt;p&gt;I work in a pretty large company. Controls, ocx&#039;es, dll&#039;s are easy to buy or make, impossible to deploy and maintain. I&#039;ve also encountered severe stability problems using them on userforms. So I do whatever I can to avoid them.&lt;br&gt;
But you&#039;re right, this is a simple task made complicated. Which is the fun part.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I work in a pretty large company. Controls, ocx&#8217;es, dll&#8217;s are easy to buy or make, impossible to deploy and maintain. I&#8217;ve also encountered severe stability problems using them on userforms. So I do whatever I can to avoid them.<br />
But you&#8217;re right, this is a simple task made complicated. Which is the fun part.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

