Moderator: 2020vision
by mak » Fri Aug 14, 2009 4:51 pm
by mak » Sat Aug 15, 2009 9:49 am
by mak » Tue Aug 18, 2009 8:00 am
by mak » Tue Aug 18, 2009 11:42 am
mak wrote:Arnold thanks (I still try to make it work...)
I have also some questions don't know if Gary can answer
1. If i manually place the -6 trigger at q2 the first time don't do anything and at the second time it updates the results but the just freeze. Why is this happening? (my aim is to refresh the results every 3 minutes in order to know if my previous bets won or lost - something like SAW)
2. Is it possible under some conditions to change the refresh rate for a few seconds from excel (example 0.3 / second for 1 minute)?
3. From BA interface if I place the refresh rate to 0.3/second & auto ticked in 3 markets for example will there a problem regarding extra charges?
4. Is there a link that we can download the pre released version 0.63 with the latest fixes?
I know that are to many questions but for the time being I know that I make use of this excellent software for just 10% of its capabilities & try to learn
by mak » Tue Aug 18, 2009 12:11 pm
GaryRussell wrote:I will try and get back to this afternoon.
by GaryRussell » Tue Aug 18, 2009 4:12 pm
1. If i manually place the -6 trigger at q2 the first time don't do anything and at the second time it updates the results but the just freeze. Why is this happening? (my aim is to refresh the results every 3 minutes in order to know if my previous bets won or lost - something like SAW)
2. Is it possible under some conditions to change the refresh rate for a few seconds from excel (example 0.3 / second for 1 minute)?
3. From BA interface if I place the refresh rate to 0.3/second & auto ticked in 3 markets for example will there a problem regarding extra charges?
4. Is there a link that we can download the pre released version 0.63 with the latest fixes?
by mak » Tue Aug 18, 2009 4:31 pm
by mak » Tue Aug 18, 2009 4:34 pm
by osknows » Sun Aug 23, 2009 10:23 pm
Private Sub Workbook_BeforeClose(Cancel As Boolean)
Application.OnTime dTime, "Timercode", , False
End Sub
Private Sub Workbook_Open()
Application.OnTime Now + TimeValue("00:00:30"), "Timercode"
End Sub
Public dTime As Date
Sub Timercode()
dTime = Now + TimeValue("00:00:30")
Application.OnTime dTime, "Timercode"
MsgBox ("Insert Your Code Here!")
End Sub
The strength of Gruss Software is that it’s been designed by one of you, a frustrated sports punter, and then developed by listening to dozens of like-minded enthusiasts.
Gruss is owned and run by brothers Gary and Mark Russell. Gary discovered Betfair in 2004 and soon realised that using bespoke software to place bets was much more efficient than merely placing them through the website.
Gary built his own software and then enhanced its features after trialling it through other Betfair users and reacting to their improvement ideas, something that still happens today.
He started making a small monthly charge so he could work on it full-time and then recruited Mark to help develop the products and Gruss Software was born.
We think it’s the best of its kind and so do a lot of our customers. But you can never stand still in this game and we’ll continue to improve the software if any more great ideas emerge.