Vba Declare 64 Bit Ptrsafe

[Solved] Vba Declare 64 Bit Ptrsafe | Vb - Code Explorer | yomemimo.com
Question : vba declare 64-bit ptrsafe

Answered by : vastemonde

#If VBA7 And Win64 Then Private Declare PtrSafe Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
#Else Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
#End If

Source : | Last Update : Sat, 20 Mar 21

Answers related to vba declare 64 bit ptrsafe

Code Explorer Popular Question For Vb