by tradeaj71 » Mon Apr 08, 2019 8:32 am
Hi all.
My Excel workbooks need specific cells to show the odds for my unmatched and partially matched bets. At the moment I do this by using a Vlookup (or Match/Index) from a MyBets worksheet (using the "Log Current Bets"). For high turnover Horse races though, my workbook tends to become very clunky as the MyBets worksheet can extend to many thousands of rows of matched bets.
I am looking at ways of making these workbooks more efficient generally but streamlining the above would be a big help.
One thought is to enable the COM functionality and use =getBet formulae. Are there any known downsides to this (data usage maybe?). If not, I would be extremely grateful if a kind soul could provide the VBA code needed for me to use =getBet as a custom function in Excel.
Another way would be for the "MyBets" worksheet to exclude matched bets but I cannot see any way to do this.
Many thanks in advance.
Just plugging away!