Moderator: 2020vision
by jockyson » Mon Jan 10, 2011 12:32 pm
by fogosan » Mon Jan 10, 2011 12:44 pm
by jockyson » Mon Jan 10, 2011 1:03 pm
by fogosan » Mon Jan 10, 2011 1:23 pm
by alrodopial » Mon Jan 10, 2011 5:46 pm
jockyson wrote:The contents of cell Q2 currently get deleted when the new market is selected.
by GaryRussell » Mon Jan 10, 2011 5:55 pm
alrodopial wrote:jockyson wrote:The contents of cell Q2 currently get deleted when the new market is selected.
???
For me there are not. Formula in Q2 stays alive always.
Maybe you have ticked something in BA?
Garry / Mark ?
by osknows » Mon Jan 10, 2011 6:08 pm
by jockyson » Mon Jan 10, 2011 6:29 pm
by GaryRussell » Mon Jan 10, 2011 8:33 pm
jockyson wrote:Apologies - found it works fine with the Betfair version. I have been working on the Betdaq beta version - it has a different set-up. In that, cell Q2 gets cleared. Any idea how I can get round it when using the Betdaq beta?
by jockyson » Tue Jan 11, 2011 10:30 am
by osknows » Tue Jan 11, 2011 8:42 pm
Dim marketChanging As Boolean, currentMarket As String
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Columns.Count <> 16 Then Exit Sub
Application.EnableEvents = False
With ThisWorkbook.Sheets(Target.Worksheet.Name)
If Not marketChanging And .Range("THIS CELL").Value = "THIS VALUE" Then
marketChanging = True
currentMarket = .Range("A1").Value
.Range("Q2").Value = -1
Else
If .Range("A1").Value <> currentMarket Then marketChanging = False
.Range("Q2").Formula = "=ADD YOUR FORMULA"
End If
End With
Application.EnableEvents = True
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.