Clear Staus Cell O9

Discussion regarding the spreadsheet functionality of Bet Angel.
Post Reply
gothe4dog
Posts: 12
Joined: Mon Feb 01, 2010 10:54 pm

I have a Worksheet that clears the status cell O9 once bet is placed. It works great in draft but the command does not fire when connected to BA. I have tried slowing the refresh rate down to 3 secs but this makes no difference.

Any thoughts?
User avatar
ODPaul82
Posts: 808
Joined: Sun May 08, 2011 6:32 am

Make sure that L9 is cleared as well otherwise it will just try firing a bet again into the market and it will still display placed.


with objWS
if .range("O9") = "PLACED" Then
.range("L9").clearcontents
.range("O9").clearcontents
end if
end with
Post Reply

Return to “Bet Angel - Spreadsheet / Excel chat”