thank you,ODPaul82 wrote: ↑Sat Aug 03, 2024 7:54 pmtry 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
the error says The code in this project must be updated for use on 64-bit systems.
does that make sense to anyone?