<?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: Gruss Betting Assistant Videos</title>
	<atom:link href="http://www.betting-school.com/bet/2007/10/29/betting-assistant-videos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.betting-school.com/bet/2007/10/29/betting-assistant-videos/</link>
	<description>Free Horse Racing Tips. Free Cream of the Crop tips and notebook daily</description>
	<lastBuildDate>Wed, 08 Feb 2012 14:24:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: admin</title>
		<link>http://www.betting-school.com/bet/2007/10/29/betting-assistant-videos/comment-page-1/#comment-285300</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 28 Jul 2010 12:13:54 +0000</pubDate>
		<guid isPermaLink="false">http://betting-school.com/bet/2007/10/29/betting-assistant-videos/#comment-285300</guid>
		<description>Hi Gustav

a few things that might be the problem

I have never been able to reference the timer value in the format described and have instead had to use an integer, usually I use the current time compared to the off time and if you take one from the pther you will get current time to off.

You may be able to use it the way you have by using =0

Also how is your macro triggered, do you use On-Calculate?

Depending on how your security is set up in Excel your macros may need to be activated each time you open the workbook.

The easist thing to do would be to write a simple macro taht said something like, on calculate sheet1.cells(1,1)=999 and then just do a calculation IE in any cell enter =a3+5 or something that causes the sheet to calculate

Then if the macro is being triggered A1 will be changed to 999

Hope that helps

Darren</description>
		<content:encoded><![CDATA[<p>Hi Gustav</p>
<p>a few things that might be the problem</p>
<p>I have never been able to reference the timer value in the format described and have instead had to use an integer, usually I use the current time compared to the off time and if you take one from the pther you will get current time to off.</p>
<p>You may be able to use it the way you have by using =0</p>
<p>Also how is your macro triggered, do you use On-Calculate?</p>
<p>Depending on how your security is set up in Excel your macros may need to be activated each time you open the workbook.</p>
<p>The easist thing to do would be to write a simple macro taht said something like, on calculate sheet1.cells(1,1)=999 and then just do a calculation IE in any cell enter =a3+5 or something that causes the sheet to calculate</p>
<p>Then if the macro is being triggered A1 will be changed to 999</p>
<p>Hope that helps</p>
<p>Darren</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gustav</title>
		<link>http://www.betting-school.com/bet/2007/10/29/betting-assistant-videos/comment-page-1/#comment-285299</link>
		<dc:creator>Gustav</dc:creator>
		<pubDate>Tue, 27 Jul 2010 17:22:05 +0000</pubDate>
		<guid isPermaLink="false">http://betting-school.com/bet/2007/10/29/betting-assistant-videos/#comment-285299</guid>
		<description>Hi. I&#039;ve written a macro that is supposed to trade automatically. When the timer is on 00:00:00 the program is supposed to load the next race in the quickpick-list. The macro-code is in  sheet1 under the Worksheet and Calculate. The piece of code that should tell the program to move on to the next race is:

If sheet1.Cells(2, 4) = &quot;00:00:00&quot; Then
sheet1.Cells(2, 17) = &quot;-1&quot;
End If

where the sheet1.Cells(2, 4) is the timer-cell and the sheet1.Cells(2, 17)  is the special trigger cell.
This doesn&#039;t work, and I&#039;m suspecting that the macro is not being run at all. I read somewhere that if I want the macro to run automatically every time the Excel spreadsheet is being loaded i should put the code under the ThisWorkbook, but that didn&#039;t work. Where should I put the code, so it can be activated? Is the sheet1.Cells(x,x)-way of referencing correct?
And does the &quot;00:00:00&quot;-way of reading the timer-cell work.  I would be thankful for some info on this beginner-stuff.</description>
		<content:encoded><![CDATA[<p>Hi. I&#8217;ve written a macro that is supposed to trade automatically. When the timer is on 00:00:00 the program is supposed to load the next race in the quickpick-list. The macro-code is in  sheet1 under the Worksheet and Calculate. The piece of code that should tell the program to move on to the next race is:</p>
<p>If sheet1.Cells(2, 4) = &#8220;00:00:00&#8243; Then<br />
sheet1.Cells(2, 17) = &#8220;-1&#8243;<br />
End If</p>
<p>where the sheet1.Cells(2, 4) is the timer-cell and the sheet1.Cells(2, 17)  is the special trigger cell.<br />
This doesn&#8217;t work, and I&#8217;m suspecting that the macro is not being run at all. I read somewhere that if I want the macro to run automatically every time the Excel spreadsheet is being loaded i should put the code under the ThisWorkbook, but that didn&#8217;t work. Where should I put the code, so it can be activated? Is the sheet1.Cells(x,x)-way of referencing correct?<br />
And does the &#8220;00:00:00&#8243;-way of reading the timer-cell work.  I would be thankful for some info on this beginner-stuff.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

