Moderator: 2020vision
by gvigliani » Sat Jun 18, 2011 4:08 pm
by GaryRussell » Sat Jun 18, 2011 4:29 pm
If not betCancelled Then
betCancelled = True
foglioExcelSnake.Range(Q(Cav_Scom)) = "CANCEL"
else
Application.EnableEvents = False
foglioExcelSnake.Range(R(Cav_Scom)) = Odd
foglioExcelSnake.Range(s(Cav_Scom)) =tmp_stake
foglioExcelSnake.Range(T(Cav_Scom)) = ""
foglioExcelSnake.Range(Q(Cav_Scom)) = "BACK"
Application.EnableEvents = True
End If
by gvigliani » Fri Jun 24, 2011 11:28 am
by GaryRussell » Fri Jun 24, 2011 11:44 am
gvigliani wrote:Hello Gruss,
I'm sorry to bother you again but I can not erase the unmatched bets
by gvigliani » Fri Jun 24, 2011 6:53 pm
Private Sub canc_unmatch()
Dim fatto As Boolean
fatto = False
While fatto = False
If fatto = False Then
foglioExcelSnake.Range(Q(Cav_Scom)) = "CANCEL"
foglioExcelSnake.Range(T(Cav_Scom)) = ""
fatto = True
Else
Exit Sub
End If
Wend
End Sub
by GaryRussell » Sat Jun 25, 2011 6:47 am
by gvigliani » Sat Jun 25, 2011 5:30 pm
by GaryRussell » Sat Jun 25, 2011 6:16 pm
Private Sub canc_unmatch()
Dim fatto As Boolean
fatto = False
While fatto = False
If fatto = False Then
foglioExcelSnake.Range(Q(Cav_Scom)) = "CANCEL-ALL"
foglioExcelSnake.Range(T(Cav_Scom)) = "ALL"
fatto = True
Else
Exit Sub
End If
Wend
End Sub
by gvigliani » Sat Jun 25, 2011 8:06 pm
Private Sub canc_unmatch(fatto As Boolean)
Dim tmp_stake As Double
If fatto = False Then
foglioExcelSnake.Range(Q(Cav_Scom)) = "CANCEL-ALL"
foglioExcelSnake.Range(T(Cav_Scom)) = "ALL"
Else
AppExcel.EnableEvents = False
foglioExcelSnake.Range(R(Cav_Scom)) =foglioExcelSnake.Range(f(Cav_Scom))
'calcolo dello stake
If livellato.Value = True Then
tmp_stake = CDbl(M_odd(Cav_Scom).Text) * (CDbl(m_stk(Cav_Scom).Text) / CDbl(foglioExcelSnake.Range(R(Cav_Scom))))
ElseIf stessostake.Value = True Then
tmp_stake = CDbl(m_stk(Cav_Scom))
End If
foglioExcelSnake.Range(s(Cav_Scom)) = tmp_stake ' metto lo stake previsto
foglioExcelSnake.Range(Q(Cav_Scom)) = "BACK" ' Lancio il Back
AppExcel.EnableEvents = True
End If
End Sub
by GaryRussell » Sat Jun 25, 2011 9:00 pm
by gvigliani » Sun Jun 26, 2011 10:48 am
While foglioExcelSnake.Range(T(Cav_Scom)) = "ALL"
Info_Sub.Text = "Cancel Bet Not Matched"
DoEvents
Wend
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.