Moderator: 2020vision
by slochin » Tue Dec 08, 2015 12:05 pm
by Captain Sensible » Tue Dec 08, 2015 3:18 pm
=INDEX(A5:A55,MATCH(MIN(F5:F55),F5:F55,0))
by Captain Sensible » Tue Dec 08, 2015 3:20 pm
by slochin » Sat Dec 12, 2015 12:55 pm
by Captain Sensible » Sat Dec 12, 2015 1:41 pm
............. so want to make sure my bets are matched.
by slochin » Mon Dec 14, 2015 11:09 am
by Captain Sensible » Mon Dec 14, 2015 11:24 am
by slochin » Wed Dec 16, 2015 11:50 am
by Captain Sensible » Wed Dec 16, 2015 12:17 pm
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Columns.Count <> 16 Then Exit Sub 'If columns changed <> 16 then exit sub
Application.EnableEvents = False 'Turn off events so changes to cell don't retrigger event
Application.Calculation = xlCalculationManual
Call MG08Dec04 ' your code goes here
Application.EnableEvents = True
Application.Calculation = xlCalculationAutomatic
End Sub
by slochin » Fri Dec 18, 2015 12:37 pm
by alrodopial » Fri Dec 18, 2015 1:30 pm
by Captain Sensible » Fri Dec 18, 2015 5:21 pm
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Columns.Count <> 16 Then Exit Sub 'If columns changed <> 16 then exit sub
Application.EnableEvents = False 'Turn off events so changes to cell don't retrigger event
Application.Calculation = xlCalculationManual
Worksheets("gruss").Range("Z1").Value = Worksheets("gruss").Range("Z1").Value + 1
Application.EnableEvents = True
Application.Calculation = xlCalculationAutomatic
End Sub
by Captain Sensible » Fri Dec 18, 2015 5:36 pm
As I only need the Back Odds 1 Column I tried using the display columns in the Grid Interface Preferences to uncheck the columns I did not want.This works with the grid but the Excel sheet remains with all columns.
The auto select markets -specific time before off. I seem to have to tick and set this each time I start Gruss. Is this normal?
by slochin » Sun Dec 27, 2015 12:47 pm
by Captain Sensible » Sun Dec 27, 2015 1:29 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.