Hey All,

I'm using the following line of code:

Code:
        ShellExecute 0&, vbNullString, "mailto:?subject=AXIAR Email" & _
        "&Attach=" & Chr(34) & DataKeyPath & Chr(34), _
          vbNullString, "C:\", vbNormal
And recieving the following error from outlook:

"Command Line argument not valid. Please verify the switch you are using".

Any ideas?

Thanks!