just started using the betting assistant and a bit new to this trigger betting, it seems quite interesting but i have searched this forum trying to find excel sheets to use or to help could someone point me in the right direction
regards capt1239

Moderator: 2020vision
by CAPT1239 » Sat Oct 11, 2008 12:56 pm
by CAPT1239 » Sat Oct 11, 2008 6:30 pm
by Smokin Joe » Sat Oct 11, 2008 8:04 pm
by Smokin Joe » Sat Oct 11, 2008 8:06 pm
by CAPT1239 » Sun Oct 12, 2008 10:31 am
by Smokin Joe » Sun Oct 12, 2008 10:50 am
by CAPT1239 » Sun Oct 12, 2008 12:40 pm
by yantz » Sun Oct 12, 2008 7:30 pm
by Smokin Joe » Sun Oct 12, 2008 8:26 pm
Private Sub Worksheet_Change(ByVal Target As Range)
' Only process whole updates
If Target.Columns.Count <> 16 Then Exit Sub
' Stop any further updates until we have completed
Application.EnableEvents = False
ActiveSheet.Range("A3").Value = ActiveSheet.Range("A2").Value
' Re-enable updates
Application.EnableEvents = True
End Sub
by Smokin Joe » Sun Oct 12, 2008 8:34 pm
by Smokin Joe » Sun Oct 12, 2008 9:25 pm
Private Sub Worksheet_Change(ByVal Target As Range)
' Only process whole updates
If Target.Columns.Count <> 16 Then Exit Sub
' Stop any further updates until we have completed
Application.EnableEvents = False
ActiveSheet.Range("C20").Value = ActiveSheet.Range("B20").Value
' Re-enable updates
Application.EnableEvents = True
End Sub
by yantz » Sun Oct 12, 2008 9:35 pm
by yantz » Mon Oct 13, 2008 7:19 am
Smokin Joe wrote:
- Code: Select all
Private Sub Worksheet_Change(ByVal Target As Range)
' Only process whole updates
If Target.Columns.Count <> 16 Then Exit Sub ' <- What does this do?
' Stop any further updates until we have completed
Application.EnableEvents = False
ActiveSheet.Range("C20").Value = ActiveSheet.Range("B20").Value
' Re-enable updates
Application.EnableEvents = True
End Sub
by Roger » Mon Oct 13, 2008 9:23 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.