Excel Help Please

Please post any questions regarding the program here.

Moderator: 2020vision

Excel Help Please

Postby Northern Wizard » Fri Jul 25, 2008 5:20 pm

All, I am due to go on holiday soon and I want to keep my bot running whilst away. This will require me to load each days horse racing win markets in the morning.

Does anyone know how I can create an excel command to do this?

Thanks in anticipation.
Northern Wizard
 
Posts: 6
Joined: Fri Jul 25, 2008 5:17 pm

Postby Roger » Fri Jul 25, 2008 6:45 pm

See the Help file "Using Excel" section, last paragraph. You have to use VBA, because BA clears the Q2 cell as a response, so no formula can survive.
Roger
 
Posts: 140
Joined: Fri Nov 18, 2005 10:45 pm

Postby Northern Wizard » Fri Jul 25, 2008 8:13 pm

thanks, does anyone have the relevant VBA code to hand?
Northern Wizard
 
Posts: 6
Joined: Fri Jul 25, 2008 5:17 pm

Postby Roger » Fri Jul 25, 2008 8:40 pm

Well, not tested, but just something like this:

Code: Select all
Private Sub Worksheet_Change(ByVal Target As Range)
     Application.EnableEvents = False
     If Cells(2,3).Value = 0.45 Then
          Cells(2,17).Value = -3
      End If
      Application.EnableEvents = True
End Sub


This should refresh the market list at 10:48 am.
Roger
 
Posts: 140
Joined: Fri Nov 18, 2005 10:45 pm

Postby Northern Wizard » Sat Jul 26, 2008 8:15 am

Roger, thank you. I have got this working. Much appreciated.
Northern Wizard
 
Posts: 6
Joined: Fri Jul 25, 2008 5:17 pm

Postby Roger » Sat Jul 26, 2008 8:40 am

You're very welcome. :)
Roger
 
Posts: 140
Joined: Fri Nov 18, 2005 10:45 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.