

Moderator: 2020vision
by thunderfoot » Tue May 01, 2007 7:26 pm
by GeorgeUK » Tue May 01, 2007 7:39 pm
by thunderfoot » Tue May 01, 2007 11:15 pm
GeorgeUK wrote:What values do you get when you step through the code?
try this:
On the line {If Target.Columns.Count <> 16 Then Exit Sub} selct it and press F9 (turning it brown)
go back to the worksheet and do Mitch's suggestion of selecting the 16 columns and pressing delete.
(the worksheet change macro should fire and bring up the vba at the break line).
Put your cursor over target.columns.count
(this should read 16 as you have done the delete on 16 columns)
press F8 to go through the rest of the lines to ensure they are not coming up as false and ending the sub.
how do you get on with this?
If Range("F5") = "Suspended" Then
If WorksheetFunction.Sum(Range("B5:G10")) = 0 Then
If Range("A1") <> Range("A24") Then
by GeorgeUK » Tue May 01, 2007 11:32 pm
by thunderfoot » Wed May 02, 2007 10:53 am
GeorgeUK wrote:What if you try defining it as text?
aa = Range("F5").text
If Range("F5").text = "Suspended" then
If you put this, then you should be able to see what the code is saying F5 is from hovering over aa
See if this helps, and also check there isn't a spelling mistake or extra space in the cell
If Range("F5").Text = "Suspended" Then
by thunderfoot » Wed May 02, 2007 11:02 am
by Ian » Wed May 02, 2007 11:05 am
by Ian » Wed May 02, 2007 11:11 am
by Ian » Wed May 02, 2007 11:18 am
by thunderfoot » Wed May 02, 2007 11:55 am
GeorgeUK wrote:What if you try defining it as text?
aa = Range("F5").text
If Range("F5").text = "Suspended" then
If you put this, then you should be able to see what the code is saying F5 is from hovering over aa
See if this helps, and also check there isn't a spelling mistake or extra space in the cell
by thunderfoot » Wed May 02, 2007 12:00 pm
Ian wrote:What cell is the start cell for data from BA ? Is it B4 ? "Suspended" would be in E2 if you start in A1.
by thunderfoot » Wed May 02, 2007 12:08 pm
by thunderfoot » Wed May 02, 2007 1:38 pm
thunderfoot wrote:Hiya .... shoulda said .... using the non API version to test the macro, so 'Trigger', 'Odds' and 'Stake' are in columns N, O & P not Q, R & S.
If Target.Columns.Count <> 16 Then Exit Sub
If Target.Columns.Count <> 13 Then Exit Sub
by tkp » Wed May 02, 2007 6:09 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.