Search results

  1. J

    Adjusting to work in VBA 64 bit

    Can some one help me having issues getting this to work since i upgraded to 64 bit Option Explicit Private Declare PtrSafe Sub Sleep Lib "kernel32" (ByVal ms As LongPtr) Lib "shell32.dll" Alias "ShellExecuteA" ( _ ByVal hWnd As Longptr, _ ByVal Operation As String, _ ByVal Filename...
Top Bottom