Moderator: 2020vision
by AndrewP » Sun Aug 23, 2009 9:53 am
by osknows » Mon Aug 24, 2009 6:29 pm
Private Sub Workbook_BeforeClose(Cancel As Boolean)
Application.OnTime dTime, "Timercode", , False
End Sub
Private Sub Workbook_Open()
Application.OnTime TimeValue("18:15:00"), "Timercode"
End Sub
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
by AndrewP » Mon Aug 24, 2009 9:33 pm
by negapo » Mon Aug 24, 2009 9:56 pm
by osknows » Mon Aug 24, 2009 10:13 pm
If Target.Columns.Count = 16 Then
'forward quick pick race on after race ended
If Cells(2, 5).Value = "In Play" And Cells(2, 6).Value = "Suspended" And UCase(Cells(1, 17).Value) = "Y" And nextracetrigger = 0 Then
Application.EnableEvents = False
nextracetrigger = 1
lastrace = Cells(1, 1).Value
Cells(2, 17).Value = -1
Application.EnableEvents = True
End If
If lastrace <> Cells(1, 1).Value Then
Application.EnableEvents = False
nextracetrigger = 0
Cells(2, 17).FormulaR1C1 = "=IF(OR(RC[-11]=""Suspended"",RC[-11]=""Closed""),1,IF(ISERROR(IF(AND(HOUR(RC[-13])=0,MINUTE(RC[-13])<=1),0.2,1)),0.2,IF(AND(HOUR(RC[-13])=0,MINUTE(RC[-13])<=1),0.2,1)))"
Application.EnableEvents = True
End If
end if
by AndrewP » Mon Aug 24, 2009 10:32 pm
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.