Moderator: 2020vision
by excelhasey » Thu May 27, 2010 10:46 am
by GaryRussell » Thu May 27, 2010 11:06 am
by excelhasey » Sat May 29, 2010 11:56 am
by GaryRussell » Sat May 29, 2010 4:41 pm
by excelhasey » Sat May 29, 2010 4:52 pm
by GaryRussell » Sun May 30, 2010 5:36 pm
excelhasey wrote:Yes I have copied that into S1 thank you, great stuff
Now that is counting down to the scheduled start time, what about a count from the moment E2 changes to "In Play" ??
Cheers
Option Explicit
Dim inPlay As Boolean
Dim inPlayTime As Date
Private Sub Worksheet_Change(ByVal Target As Range)
Application.EnableEvents = False
If [E2] = "In Play" Then
If Not inPlay Then
inPlay = True
inPlayTime = Now
End If
[T1] = DateDiff("s", inPlayTime, Now)
Else
If inPlay Then
inPlay = False
[T1] = ""
End If
End If
Application.EnableEvents = True
End Sub
by excelhasey » Sun Jun 06, 2010 3:08 pm
by excelhasey » Sun Jun 06, 2010 3:28 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.