Hi Does anyone know if you can write VBA script within BA or only via a connection to excel?
Im wanting to simplify a trigger that places bets based on the current market book % and have 20 individual triggers trying to cover different market prices.
As always appreciate any advice.
Thanks
Michael
VBA Excel in BA
VBA is a Microsoft product associated with the Office suite. BA doesn't actually have anything to do with VBA, it connects to Excel spreadsheets and writes data/reads instructions directly to/from the worksheet cells. VBA communicates with BA by writing to the cells, so you have to connect to Excel.1856 wrote: ↑Thu Sep 30, 2021 2:09 amHi Does anyone know if you can write VBA script within BA or only via a connection to excel?
Im wanting to simplify a trigger that places bets based on the current market book % and have 20 individual triggers trying to cover different market prices.
As always appreciate any advice.
Thanks
Michael