now lite is up and running, my tracking workbook does not work. when i select a market to track, the code: getMarketName = reMatches(0).SubMatches(0) is hilghted.
Any help please, as this is beyond my basic vba skills
I think its a log-in problem. When I try to download a race into Excel it says I have not logged in. Looks like the problems with Lite are not over yet.
I think its a log-in problem. When I try to download a race into Excel it says I have not logged in. Looks like the problems with Lite are not over yet.
the problem with the error message "getMarketName = reMatches(0).SubMatches(0)" is that it its looking for a patternthat is no longer there.... click on debug and find the Privatte Function getMarketName() change the line of text saying marketNameRegExp.Pattern = "strong(.*)/strong(.nbsp.. In-play .)*br"
to
marketNameRegExp.Pattern = "STRONG(.*)/strong BR"
works for me..... Looks like the log in cookies are being refreshed at quicker intevals than before the site went down - bad news if you are trying to place bets using the spreadsheet. still ok for monitoring though
the problem with the error message "getMarketName = reMatches(0).SubMatches(0)" is that it its looking for a patternthat is no longer there....click on debug and find the Privatte Function getMarketName()change the line of text saying marketNameRegEx
Whoever can get the workbook going again will become my new hero!
I thought waiting for lite to reappear was annoying enough, but when it returns and it has changed so the workbook is not working.
A huge thanks to all the folks working on getting it going again.
Whoever can get the workbook going again will become my new hero!I thought waiting for lite to reappear was annoying enough, but when it returns and it has changed so the workbook is not working.A huge thanks to all the folks working on getting it go
jamie pullen- for some reason when I pasted what the line should read the forum re-edits despite it looking correct in the preview..... dont just copy and paste it in from the forum
it still needs the (greater than symbols) in there (the characters that are on the comma and full-stop keys on your keyboard).
all you need to do is delete (.nbsp..Inplay.)* from the original line and make sure the BR at the end has a space. The BR needs to be surrounded by a greater than and less than symbol.
jamie pullen-for some reason when I pasted what the line should read the forum re-edits despite it looking correct in the preview..... dont just copy and paste it in from the forumit still needs the (greater than symbols) in there (the characters tha
I am really struggling to get the tracking workbook going.
I have used the previous suggestions but I am still getting
Run-time error '5': Invalid procedure or argument
when I get to clicking the Track Market button.
When I press debug,
getMarketName = reMatches(0).SubMatches(0)
is lit up in yellow.
Has anyone any suggestions?
I am really struggling to get the tracking workbook going.I have used the previous suggestions but I am still gettingRun-time error '5': Invalid procedure or argumentwhen I get to clicking the Track Market button.When I press debug, getMarketName = r
thanks sbp, not been back for a while, disheartened by the whole shutting lite and then ruining my workbook fiasco!
anyway, back now and just tried your suggestion. Had to also remove:
If UserCookie = "" Then MsgBox "You must be logged in to track this market" Exit Sub End If
otherwise it told me i needed to log in when i already was!
Am i right in reading above that it will also log me out after a while, my sheet was set to place bets while i was at work. if this is the case then i guess my sheet is still next to useless! :(
thanks sbp, not been back for a while, disheartened by the whole shutting lite and then ruining my workbook fiasco!anyway, back now and just tried your suggestion. Had to also remove:If UserCookie = "" Then MsgBox "You must be logged in to tra
yep it will log you out unfortunately. Before they made changes to the betfair lite website you could log in for ages(not sure how long but was definately for hours). Now your user cookie details log out after 5-10mins. you then need to log back in again.
yep it will log you out unfortunately. Before they made changes to the betfair lite website you could log in for ages(not sure how long but was definately for hours). Now your user cookie details log out after 5-10mins. you then need to log back in a
not best at excel, but could i have a browser window hidden that is logged on that resfreshes every time workbook does to keep connection or would this not work either? spent months teaching myself excel to get workbook to do what i want and then they spoil it!!
not best at excel, but could i have a browser window hidden that is logged on that resfreshes every time workbook does to keep connection or would this not work either? spent months teaching myself excel to get workbook to do what i want and then the
when sheet logs out, i loose odds, names etc on each race sheet. however, if i open up the browser and log back in, on next workbook refresh the data reappears, so there must be a way to automate this for when i am at work. Like i said, i am self taught and not so good, but i will try.
when sheet logs out, i loose odds, names etc on each race sheet. however, if i open up the browser and log back in, on next workbook refresh the data reappears, so there must be a way to automate this for when i am at work. Like i said, i am self tau
by the way, as a neater approach, if it will work has anyone got some code that will log on without having a hidden browser window?
I can then run it every 2 minutes or so to keep logged in (hopefully)
by the way, as a neater approach, if it will work has anyone got some code that will log on without having a hidden browser window?I can then run it every 2 minutes or so to keep logged in (hopefully)
Thanks for all your help with getting the tracking workbook going again.
I can now login, start tracking the market, but it won't accept any bets. According to the "Bets Journal - Master", there is an "Unknown Error".
Anybody got it actually taking bets or any suggestions?
Thanks for all your help with getting the tracking workbook going again.I can now login, start tracking the market, but it won't accept any bets. According to the "Bets Journal - Master", there is an "Unknown Error".Anybody got it actually taking bet