Excel help please

Please post any questions regarding the program here.

Moderator: 2020vision

Excel help please

Postby eclipse » Wed Sep 12, 2007 4:16 pm

I wondered if anyone can help me with Excel. I have a spreadsheet that I use in running and I can automatically load the markets a set number of minutes before the off in BA. Is there any way to automatically clear all the bet references from the previous race when a new one loads? I have a macro that I use to do this manually when I'm at the machine but I'd like to try it when I'm away from the machine. Thanks if anyone can help.
User avatar
eclipse
 
Posts: 226
Joined: Mon Apr 16, 2007 10:54 am
Location: S. E. England

Postby maddatt » Mon Sep 17, 2007 10:03 pm

This show help in clearing Bet ref cells on new market select.


Private Sub Worksheet_Calculate()
Static MyMarket As Variant
Application.EnableEvents = False
Application.Calculation = xlCalculationManual
If [A1].Value = MyMarket Then
GoTo Xit
Else
MyMarket = [A1].Value
'Enter your code to clear cells
End If
Xit:
Application.EnableEvents = True
Application.Calculation = xlCalculationAutomatic
End Sub
maddatt
 
Posts: 12
Joined: Wed Dec 06, 2006 2:01 pm


Return to Help

Who is online

Users browsing this forum: No registered users and 23 guests

Sports betting software from Gruss Software


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.