<?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 &#8211; VBA Timer Example v1.00</title>
	<atom:link href="http://sebthom.de/28-excel-vba-timer/feed/lang/de/" rel="self" type="application/rss+xml" />
	<link>http://sebthom.de/28-excel-vba-timer/lang/de/</link>
	<description>Selbständiger IT Berater - Java, J2EE, WebSphere Portal, Lotus Domino</description>
	<lastBuildDate>Fri, 20 Apr 2012 19:12:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Adi</title>
		<link>http://sebthom.de/28-excel-vba-timer/lang/de/comment-page-1/#comment-45278</link>
		<dc:creator>Adi</dc:creator>
		<pubDate>Wed, 25 Jan 2012 07:12:56 +0000</pubDate>
		<guid isPermaLink="false">http://sebthom.de/2007/09/excel-vba-timer/lang/de#comment-45278</guid>
		<description>Super,

einfach und wirksam.
Kleiner Fehler in VB interval verweist auf D8,
da ist aber nichts</description>
		<content:encoded><![CDATA[<p>Super,</p>
<p>einfach und wirksam.<br />
Kleiner Fehler in VB interval verweist auf D8,<br />
da ist aber nichts</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: muro</title>
		<link>http://sebthom.de/28-excel-vba-timer/lang/de/comment-page-1/#comment-24403</link>
		<dc:creator>muro</dc:creator>
		<pubDate>Thu, 28 Jul 2011 22:14:54 +0000</pubDate>
		<guid isPermaLink="false">http://sebthom.de/2007/09/excel-vba-timer/lang/de#comment-24403</guid>
		<description>thx!</description>
		<content:encoded><![CDATA[<p>thx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandra</title>
		<link>http://sebthom.de/28-excel-vba-timer/lang/de/comment-page-1/#comment-20143</link>
		<dc:creator>Chandra</dc:creator>
		<pubDate>Wed, 06 Apr 2011 20:33:19 +0000</pubDate>
		<guid isPermaLink="false">http://sebthom.de/2007/09/excel-vba-timer/lang/de#comment-20143</guid>
		<description>How we can activate Timer in Excel so while we lock the system the timer got activated.
9212034544</description>
		<content:encoded><![CDATA[<p>How we can activate Timer in Excel so while we lock the system the timer got activated.<br />
9212034544</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://sebthom.de/28-excel-vba-timer/lang/de/comment-page-1/#comment-20038</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Thu, 31 Mar 2011 14:04:58 +0000</pubDate>
		<guid isPermaLink="false">http://sebthom.de/2007/09/excel-vba-timer/lang/de#comment-20038</guid>
		<description>Very helpful to me. Thanks!!</description>
		<content:encoded><![CDATA[<p>Very helpful to me. Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graham</title>
		<link>http://sebthom.de/28-excel-vba-timer/lang/de/comment-page-1/#comment-13293</link>
		<dc:creator>Graham</dc:creator>
		<pubDate>Mon, 19 Jul 2010 23:19:47 +0000</pubDate>
		<guid isPermaLink="false">http://sebthom.de/2007/09/excel-vba-timer/lang/de#comment-13293</guid>
		<description>Great code - many thanks</description>
		<content:encoded><![CDATA[<p>Great code &#8211; many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris (Atlanta GA)</title>
		<link>http://sebthom.de/28-excel-vba-timer/lang/de/comment-page-1/#comment-10853</link>
		<dc:creator>Chris (Atlanta GA)</dc:creator>
		<pubDate>Mon, 01 Mar 2010 00:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://sebthom.de/2007/09/excel-vba-timer/lang/de#comment-10853</guid>
		<description>Very cool procedures. You need to edit this line of code to make it work:
CHANG Cell Reference in &quot;interval = CDbl(Range(&quot;D8&quot;).Value)&quot; to
interval = CDbl(Range(&quot;D7&quot;).Value)


Very elegant and nice. Solved my problem</description>
		<content:encoded><![CDATA[<p>Very cool procedures. You need to edit this line of code to make it work:<br />
CHANG Cell Reference in &#8220;interval = CDbl(Range(&#8220;D8&#8243;).Value)&#8221; to<br />
interval = CDbl(Range(&#8220;D7&#8243;).Value)</p>
<p>Very elegant and nice. Solved my problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony H</title>
		<link>http://sebthom.de/28-excel-vba-timer/lang/de/comment-page-1/#comment-10361</link>
		<dc:creator>Tony H</dc:creator>
		<pubDate>Wed, 10 Feb 2010 03:45:09 +0000</pubDate>
		<guid isPermaLink="false">http://sebthom.de/2007/09/excel-vba-timer/lang/de#comment-10361</guid>
		<description>Thanks for posting this code.  I was looking for an example of a on_timer function for Excel that matches the functionality of MFC.  This example was more helpful then the Microsoft help.

Appreciate it.
T.H.</description>
		<content:encoded><![CDATA[<p>Thanks for posting this code.  I was looking for an example of a on_timer function for Excel that matches the functionality of MFC.  This example was more helpful then the Microsoft help.</p>
<p>Appreciate it.<br />
T.H.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex_F</title>
		<link>http://sebthom.de/28-excel-vba-timer/lang/de/comment-page-1/#comment-9587</link>
		<dc:creator>Alex_F</dc:creator>
		<pubDate>Thu, 10 Dec 2009 10:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://sebthom.de/2007/09/excel-vba-timer/lang/de#comment-9587</guid>
		<description>Super, vielen Dank. Kann ich sehr gut gebrauchen zum periodischen/st&#252;ndlichen Auslesen eines Temperatursensors am Comport mit Excel.</description>
		<content:encoded><![CDATA[<p>Super, vielen Dank. Kann ich sehr gut gebrauchen zum periodischen/st&uuml;ndlichen Auslesen eines Temperatursensors am Comport mit Excel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: devit</title>
		<link>http://sebthom.de/28-excel-vba-timer/lang/de/comment-page-1/#comment-5196</link>
		<dc:creator>devit</dc:creator>
		<pubDate>Thu, 08 Jan 2009 09:43:16 +0000</pubDate>
		<guid isPermaLink="false">http://sebthom.de/2007/09/excel-vba-timer/lang/de#comment-5196</guid>
		<description>that&#039;s is goodcode! 
excelent!
oh! yea!
thank!</description>
		<content:encoded><![CDATA[<p>that&#8217;s is goodcode!<br />
excelent!<br />
oh! yea!<br />
thank!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hartmut Gierke</title>
		<link>http://sebthom.de/28-excel-vba-timer/lang/de/comment-page-1/#comment-3797</link>
		<dc:creator>Hartmut Gierke</dc:creator>
		<pubDate>Thu, 06 Nov 2008 18:00:22 +0000</pubDate>
		<guid isPermaLink="false">http://sebthom.de/2007/09/excel-vba-timer/lang/de#comment-3797</guid>
		<description>Hi Andrew,

try the following as VBA code on a worksheet (e.g. table1):
&#039;&#039;--------------------------------------
&#039;&#039;Require that all variables be declared
Option Explicit
Dim Execute_TimerDrivenMacro As Boolean
&#039;

Sub Start_OnTimerMacro()
    Execute_TimerDrivenMacro = True
    Application.OnTime Time + TimeValue(&quot;00:00:01&quot;), ActiveSheet.Name &amp; &quot;.OnTimerMacro&quot;
End Sub

Sub Stop_OnTimerMacro()
    Execute_TimerDrivenMacro = False
End Sub

Public Sub OnTimerMacro()
    If Execute_TimerDrivenMacro Then
        &#039; Do something e.g. put the actual time into cell A1 of the active sheet
        ActiveSheet.Cells(1, 1).Value = Time
        
        &#039; At the end restart timer
        Application.OnTime Time + TimeValue(&quot;00:00:01&quot;), ActiveSheet.Name &amp; &quot;.OnTimerMacro&quot;
    End If
End Sub

Private Sub Worksheet_Activate()
    &#039;Start the timer driven method when opening the sheet
    Start_OnTimerMacro
End Sub

Private Sub Worksheet_Deactivate()
    &#039;Stop the timer driven method when opening the sheet
    Stop_OnTimerMacro
End Sub
&#039;&#039;--------------------------------------

Hope that helps.
Kind regards,
Hartmut</description>
		<content:encoded><![CDATA[<p>Hi Andrew,</p>
<p>try the following as VBA code on a worksheet (e.g. table1):<br />
&#8221;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
&#8221;Require that all variables be declared<br />
Option Explicit<br />
Dim Execute_TimerDrivenMacro As Boolean<br />
&#8216;</p>
<p>Sub Start_OnTimerMacro()<br />
    Execute_TimerDrivenMacro = True<br />
    Application.OnTime Time + TimeValue(&#8220;00:00:01&#8243;), ActiveSheet.Name &amp; &#8220;.OnTimerMacro&#8221;<br />
End Sub</p>
<p>Sub Stop_OnTimerMacro()<br />
    Execute_TimerDrivenMacro = False<br />
End Sub</p>
<p>Public Sub OnTimerMacro()<br />
    If Execute_TimerDrivenMacro Then<br />
        &#8216; Do something e.g. put the actual time into cell A1 of the active sheet<br />
        ActiveSheet.Cells(1, 1).Value = Time</p>
<p>        &#8216; At the end restart timer<br />
        Application.OnTime Time + TimeValue(&#8220;00:00:01&#8243;), ActiveSheet.Name &amp; &#8220;.OnTimerMacro&#8221;<br />
    End If<br />
End Sub</p>
<p>Private Sub Worksheet_Activate()<br />
    &#8216;Start the timer driven method when opening the sheet<br />
    Start_OnTimerMacro<br />
End Sub</p>
<p>Private Sub Worksheet_Deactivate()<br />
    &#8216;Stop the timer driven method when opening the sheet<br />
    Stop_OnTimerMacro<br />
End Sub<br />
&#8221;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Hope that helps.<br />
Kind regards,<br />
Hartmut</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://sebthom.de/28-excel-vba-timer/lang/de/comment-page-1/#comment-3492</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 22 Oct 2008 05:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://sebthom.de/2007/09/excel-vba-timer/lang/de#comment-3492</guid>
		<description>*just &lt;- early signs of retardation</description>
		<content:encoded><![CDATA[<p>*just &lt;- early signs of retardation</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://sebthom.de/28-excel-vba-timer/lang/de/comment-page-1/#comment-3491</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 22 Oct 2008 05:38:24 +0000</pubDate>
		<guid isPermaLink="false">http://sebthom.de/2007/09/excel-vba-timer/lang/de#comment-3491</guid>
		<description>am i jest being retarded, or has the download link been removed?</description>
		<content:encoded><![CDATA[<p>am i jest being retarded, or has the download link been removed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alain Bigio</title>
		<link>http://sebthom.de/28-excel-vba-timer/lang/de/comment-page-1/#comment-1638</link>
		<dc:creator>Alain Bigio</dc:creator>
		<pubDate>Tue, 17 Jun 2008 20:49:57 +0000</pubDate>
		<guid isPermaLink="false">http://sebthom.de/2007/09/excel-vba-timer/lang/de#comment-1638</guid>
		<description>Dear Sebastian,

I am trying to update my portfolio by picking up the quotations at Yahoo every 20 minutes. I would like to understand the way this macro works. the button start timer activates which macro. the code I have to put where you say &quot;put your code here&quot; does not seem to execute. Can you please help

Thank you

Alain</description>
		<content:encoded><![CDATA[<p>Dear Sebastian,</p>
<p>I am trying to update my portfolio by picking up the quotations at Yahoo every 20 minutes. I would like to understand the way this macro works. the button start timer activates which macro. the code I have to put where you say &#8220;put your code here&#8221; does not seem to execute. Can you please help</p>
<p>Thank you</p>
<p>Alain</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hr</title>
		<link>http://sebthom.de/28-excel-vba-timer/lang/de/comment-page-1/#comment-335</link>
		<dc:creator>hr</dc:creator>
		<pubDate>Wed, 27 Feb 2008 15:31:14 +0000</pubDate>
		<guid isPermaLink="false">http://sebthom.de/2007/09/excel-vba-timer/lang/de#comment-335</guid>
		<description>Das Programm verwendet die daf&#252;r vorgesehene Excel-VBA-Funktion 
         Application.OnTimer(AufrufUhrzeit as Date, NameMeinerSub as String)
wie in der Excel-Hilfe vorgeschlagen:
         Application.OnTimer( now()+TimeSerial(0,0,5) , NameMeinerSub as String) &#039; 5 Sekunden
Bug/Problem der Funktion: Wenn die Uhr des PC um 1 Stunde vorgestellt wird, dauert der n&#228;chste Aufruf 1 Stunde!</description>
		<content:encoded><![CDATA[<p>Das Programm verwendet die daf&uuml;r vorgesehene Excel-VBA-Funktion<br />
         Application.OnTimer(AufrufUhrzeit as Date, NameMeinerSub as String)<br />
wie in der Excel-Hilfe vorgeschlagen:<br />
         Application.OnTimer( now()+TimeSerial(0,0,5) , NameMeinerSub as String) &#8216; 5 Sekunden<br />
Bug/Problem der Funktion: Wenn die Uhr des PC um 1 Stunde vorgestellt wird, dauert der n&auml;chste Aufruf 1 Stunde!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

