I am not very good at coding and was hopening someone could take a look over my example above and help me fix it so that it would work on 64 bit system
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...