Moderator: 2020vision
by MiniBlueDragon » Sun Oct 13, 2013 5:21 pm
by MiniBlueDragon » Sun Oct 13, 2013 6:46 pm
by MiniBlueDragon » Sun Oct 13, 2013 10:06 pm
by MiniBlueDragon » Mon Oct 14, 2013 12:49 pm
Option Explicit
Dim totalMatched As Variant
Dim totalMatchedDiff(54, 0) As Double
Dim currentMarket As String
Private Sub Worksheet_Change(ByVal Target As Range)
Dim r As Integer, marketChanged As Boolean
If Target.Columns.Count = 16 Then
If [A1] <> currentMarket Then
currentMarket = [A1]
marketChanged = True
Else
marketChanged = False
End If
For r = 5 To 54
If marketChanged Then
totalMatchedDiff(r - 5, 0) = 0
Else
totalMatchedDiff(r - 5, 0) = Cells(r, 16).Value - totalMatched(r - 4, 1)
End If
Next
totalMatched = Range(Cells(5, 16), Cells(54, 16)).Value
Application.EnableEvents = False
Range(Cells(5, 26), Cells(54, 26)) = totalMatchedDiff
Application.EnableEvents = True
End If
End Sub
by alrodopial » Thu Oct 24, 2013 11:19 pm
by osknows » Fri Oct 25, 2013 8:44 am
by kiint » Fri Oct 25, 2013 9:00 am
by MiniBlueDragon » Fri Oct 25, 2013 9:54 am
by MiniBlueDragon » Fri Oct 25, 2013 10:18 am
by osknows » Fri Oct 25, 2013 10:32 am
by MiniBlueDragon » Fri Oct 25, 2013 10:59 am
by osknows » Fri Oct 25, 2013 11:18 am
by MiniBlueDragon » Fri Oct 25, 2013 11:49 am
by osknows » Fri Oct 25, 2013 11:59 am
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.