There's 2 ways I know of, either ...
a)First you need the market ID's you want to navigate, eg 103688955. Then you can navigate directly to the market either using
GO: 103688955 in cell Q2 in Excel
b) Using the COM. Assume cell F1 in sheet1/tab1 contains the market path
Soccer\English Soccer\Npower League One\Fixtures 13 September\Sheff Utd v Huddersfield
then assuming 2 tabs are open in BA
- Code: Select all
ba.TabIndex = 2
result = ba.openMarket(BAEvents(Sheet1.Range("F1").Value).eventId, BAEvents(Sheet1.Range("F1").Value).exchangeId)
will open the market in tab1 in tab2 of BA