Data-capture spreadsheet

Post Reply
Blakey
Posts: 5
Joined: Tue Jan 24, 2023 12:32 pm

ODPaul82 wrote:
Sat Aug 03, 2024 7:54 pm
Blakey wrote:
Sat Aug 03, 2024 7:36 pm
Hello guys,
I am getting this screen too. I am assuming there is no fix for this?
Shame im just starting out with Excel and thought this would be a good place to start.
try replacing the line with the following (Although it's super hard to see what you've posted as it's not saved as attachment, I guess its the sleep command)

Code: Select all

#If VBA7 Then
    Declare PtrSafe Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As LongPtr)
#Else
    Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
#End If
thank you,

the error says The code in this project must be updated for use on 64-bit systems.

does that make sense to anyone?
User avatar
MemphisFlash
Posts: 2335
Joined: Fri May 16, 2014 10:12 pm

To fix the error from re-appearing, add PtrSafe to the first line of your function. Finally, refer to the compatibility between the 32-bit and 64-bit versions of Office 2010
Blakey
Posts: 5
Joined: Tue Jan 24, 2023 12:32 pm

MemphisFlash wrote:
Sat Aug 03, 2024 10:36 pm
To fix the error from re-appearing, add PtrSafe to the first line of your function. Finally, refer to the compatibility between the 32-bit and 64-bit versions of Office 2010
Thank you so much for your quick reply.
Do forgive me, I am totally novice at excel. Could you go into more detail on how to 'add PtrSafe to the first line of your function'? Please

Thank you so much
User avatar
MemphisFlash
Posts: 2335
Joined: Fri May 16, 2014 10:12 pm

this may help
as they say a picture paints a 1000 words
same procedure for excel as access shown in video

https://www.bing.com/videos/riverview/r ... ORM=VMSOVR
User avatar
ilovepizza82
Posts: 537
Joined: Thu Nov 02, 2017 3:41 pm
Contact:

Does anyone still have this data-capture spreadsheet on his hdd or sdd ?
Could you re-upload it ?
Thanks in advance !
Blakey
Posts: 5
Joined: Tue Jan 24, 2023 12:32 pm

MemphisFlash wrote:
Sun Aug 04, 2024 9:47 am
this may help
as they say a picture paints a 1000 words
same procedure for excel as access shown in video

https://www.bing.com/videos/riverview/r ... ORM=VMSOVR
Thank you so much. This is perfect
:D
Post Reply

Return to “Betfair Data”