I don't know how to find the market Id of a bet.
I can found "bet detail" objects with this code
- Code: Select all
Option Explicit
Dim ba As New BettingAssistantCom.ComClass
Sub SearchRefBet()
Dim Bet, IDmark As Variant
Dim ba As BettingAssistantCom.ComClass
If ba Is Nothing Then
Set ba = New BettingAssistantCom.ComClass
End If
Set Bet = ba.getBet("9999999")
IDmark = Bet.selectionId
End Sub
I don't know if it's possible to find "bet" objects ?[/quote]