Search results

  1. J

    Adjusting to work in VBA 64 bit

    That works thank you so much
  2. J

    Adjusting to work in VBA 64 bit

    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
  3. 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...
Back
Top Bottom