Hi,
i have the code below in outlook 2013 and getting error the code in this project must be updated to 64 bit, how do i do that, thanks.
i have the code below in outlook 2013 and getting error the code in this project must be updated to 64 bit, how do i do that, thanks.
Code:
Option Explicit
Private Declare Function ShellExecute Lib "shell32.dll" Alias _
"ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, _
ByVal lpFile As String, ByVal lpParameters As String, _
ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long