 
        	 
        	Moderator: 2020vision
 by negapo » Thu Apr 09, 2009 6:16 pm
by negapo » Thu Apr 09, 2009 6:16 pm 
 by dgs2001 » Thu Apr 09, 2009 6:46 pm
by dgs2001 » Thu Apr 09, 2009 6:46 pm 
Range("Q2").Select 
ActiveCell.FormulaR1C1 = "-1" 
Range("Q2")="-1"Private Sub Worksheet_Calculate()Application.EnableEvents = falseEnd Sub Application.EnableEvents = True 
Private Sub Worksheet_Calculate() 
Application.EnableEvents = False
If Range("B16").Value <> "0" Then 
Range("Q2")= "-1" 
Else 
Range("Q2") = "0.1" 
End If 
Application.EnableEvents = True
End Sub 

 by negapo » Thu Apr 09, 2009 7:02 pm
by negapo » Thu Apr 09, 2009 7:02 pm 
 
 
 by jokerjoe » Thu Apr 09, 2009 10:36 pm
by jokerjoe » Thu Apr 09, 2009 10:36 pm 

 by negapo » Fri Apr 10, 2009 8:00 pm
by negapo » Fri Apr 10, 2009 8:00 pm 
Private Sub Worksheet_Change(ByVal Target As Range)
Private MyMarket As String
Private RefreshCount As Long
            If Range("A1").Value = MyMarket Then
                RefreshCount = RefreshCount + 1
            Else
                MyMarket = Range("A1").Value
                RefreshCount = 1
            End If
If RefreshCount > 20 Then
If Range("B17").Value <> "0" Then
Range("Q2") = "-1"
End If
End If
End Sub
 by dgs2001 » Sat Apr 11, 2009 9:18 am
by dgs2001 » Sat Apr 11, 2009 9:18 am 
Dim MyMarket as string

 by negapo » Sat Apr 11, 2009 7:25 pm
by negapo » Sat Apr 11, 2009 7:25 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.


