Hi all, are these downloads still working??
I have tried each version I think but I am getting compile errors on all...
I have altered file paths etc. but on the Download BF Files versions I get "Expected: Sub or Function" pop up.
At the top of all these versions for some reason "Private Declare PtrSafe..." is in red!
Private Declare PtrSafe Function URLDownloadToFile Lib "urlmon" Alias "URLDownloadToFileA" ( _
ByVal pCaller As LongPtr, _
ByVal szURL As String, _
ByVal szFileName As String, _
ByVal dwReserved As LongPtr, _
ByVal lpfnCB As LongPtr) As LongPtr
I tried to comment this out but then it said URLDownloadToFile not defined, so its obviously needed, but why is it red?
And on the original Betfair Price Files v6 version, after editing the dates to 2024 and pressing the update button for UK Win it says "Sub or Function not defined (Module2), for; URLDownloadToFile 0,
in Sub UpdateFiles()
I have created all the necessary folders in my C:\ and pointed all the file paths accordingly, I think.
Also, I have to remove the "/" at the end of
https://promo.betfair.com/betfairsp/prices because it doesn't find the page when I copy into the browser with "/" added.
Anyone else had this?
TIA