Vba to clear "Placed" entry once "Suspended" appears

Discussion regarding the spreadsheet functionality of Bet Angel.
Post Reply
irishwhiskeycoke
Posts: 3
Joined: Fri Jun 17, 2011 10:51 pm

Hi

I've asked the heldesk but they suggested I ask here

Has anyone the vba code to do the above please?

Thanks

IWC
User avatar
probro
Posts: 81
Joined: Sun Jun 19, 2011 6:32 pm

Private Sub Worksheet_Calculate()

If Range("O" & 9).Value = "PLACED" Then

Range("O" & 9).ClearContents
Range("L" & 9).ClearContents

End If

End Sub



Put this code into the worksheet and repeat it with 11, 13, 15 etc.
Change the "PLACED" to any other you want to clear.
Post Reply

Return to “Bet Angel - Spreadsheet / Excel chat”